Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public virtual void Reset()

Implements

IEnumerator..::.Reset()()()

Exceptions

ExceptionCondition
System..::.InvalidOperationException The collection was modified after the enumerator was created.

See Also