MatchingContextReset 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.73.9126.0
C#
public void Reset()

Implements

IEnumeratorReset

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also