Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public virtual void Reset()

Implements

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

Exceptions

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

See Also