Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace: Facilita.NativeAssembly: clrNativeWrapper (in clrNativeWrapper.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Implements
IEnumerator ResetExceptions
Exception | Condition |
---|---|
System InvalidOperationException | The collection was modified after the enumerator was created. |
Remarks
See Also