DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Collections
EnumerableBaseWrapper(T, TBase) Class
EnumerableBaseWrapper(T, TBase) Constructor
EnumerableBaseWrapper(T, TBase) Methods
EnumerableBaseWrapper
T
,
TBase
Constructor
Create a new wrapper object that wraps the provided enumerable
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
EnumerableBaseWrapper
(
IEnumerable
<T>
enumerable
)
Parameters
enumerable
Type:
System.Collections.Generic
IEnumerable
T
Enumerable to wrap
See Also
Reference
EnumerableBaseWrapper
T, TBase
Class
DHI.Mike1D.Generic.Collections Namespace