RegionsEnumeratorReset Method

Resets the internal counter values ​​to the initial ones. At the same time, the filter settings remain with the set values.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public override void Reset()

Implements

IEnumeratorReset
IEnumeratorReset

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also