Reset Method
- Namespace
- SatorImaging.UnityFundamentals
Reset()
public void Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
Exceptions
- InvalidOperationException
The collection was modified after the enumerator was created.
- NotSupportedException
The enumerator does not support being reset.