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

Advances the enumerator to the next element of the collection.

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

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