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