OrderedDictionaryTKey, TValueKeyCollectionEnumeratorMoveNext Method

Advances the enumerator to the next element of the OrderedDictionaryTKey, TValueKeyCollection.

Definition

Namespace: Gemstone.Collections
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public bool MoveNext()

Return Value

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

Implements

IEnumeratorMoveNext

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also