OrderedDictionaryTKey, TValueKeyCollectionEnumeratorMoveNext Method
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
Public Function MoveNext As Boolean
public:
virtual bool MoveNext() sealed
Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
IEnumeratorMoveNext InvalidOperationException | The collection was modified after the enumerator was created. |