Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Advances the enumerator to the next element of the collection.

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

Syntax

C#
public virtual bool MoveNext()

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator..::.MoveNext()()()

Exceptions

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

See Also