DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Collections
EnumeratorWrapper(T1, T2) Class
EnumeratorWrapper(T1, T2) Methods
Dispose Method
MoveNext Method
Reset Method
EnumeratorWrapper
T1
,
T2
Reset Method
Sets the enumerator to its initial position, which is before the first element in the collection.
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
void
Reset
()
Implements
IEnumerator
Reset
Exceptions
Exception
Condition
InvalidOperationException
The collection was modified after the enumerator was created.
See Also
Reference
EnumeratorWrapper
T1, T2
Class
DHI.Mike1D.Generic.Collections Namespace