CircularListTEnumeratorReset Method

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

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public void Reset()

Implements

IEnumeratorReset

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also