Bridge

IEnumerator..::..Reset Method

Sets the enumerator to its initial position, which is before the first element in the collection.

Namespace:  System.Collections
Assembly:  Bridge (in Bridge.dll)

Syntax


void Reset()
Sub Reset
void Reset()

Exceptions


ExceptionCondition
System..::..InvalidOperationExceptionThe collection was modified after the enumerator was created.