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
Initializes a new instance of the
EnumerableWrapper
T1, T2
class
Namespace:
DHI.Mike1D.Generic.Collections
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.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
wrapFunc
Type:
System
Func
T1
,
T2
See Also
Reference
EnumerableWrapper
T1, T2
Class
DHI.Mike1D.Generic.Collections Namespace