IEnumerator..::..Reset Method
Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace:
System.CollectionsAssembly: Bridge (in Bridge.dll)
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | The collection was modified after the enumerator was created. |