DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Collections
EnumerableWrapper(T1, T2) Class
EnumerableWrapper(T1, T2) Constructor
EnumerableWrapper(T1, T2) Methods
EnumerableWrapper
T1
,
T2
Constructor
Constructor
Namespace:
DHI.Mike1D.Generic.Collections
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
EnumerableWrapper
(
IEnumerable
<T1>
enumerable
,
Func
<T1, T2>
wrapFunc
)
Parameters
enumerable
Type:
System.Collections.Generic
IEnumerable
T1
Enumerable to wrap
wrapFunc
Type:
System
Func
T1
,
T2
Function that creates a wrapper class around the original class
See Also
Reference
EnumerableWrapper
T1, T2
Class
DHI.Mike1D.Generic.Collections Namespace