PagesEnumeratorTIEnumeratorReset Method

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

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
void IEnumerator.Reset()

Implements

IEnumeratorReset

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also