Click or drag to resize

RankedMapTKey, TValueKeyCollectionEnumeratorMoveNext Method

Advances the enumerator to the next key in the collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public bool MoveNext()

Return Value

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

Implements

IEnumeratorMoveNext
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the map was modified after the enumerator was created.
See Also