Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedDictionary(TKey, TValue).Enumerator Structure
Enumerator Methods
IEnumerable.GetEnumerator Method
IEnumerator.Reset Method
Dispose Method
GetEnumerator Method
MoveNext Method
Skip Method
SkipWhile Method
RankedDictionary
TKey
,
TValue
Enumerator
MoveNext Method
Advances the enumerator to the next element in the dictionary.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
bool
MoveNext
()
Return Value
Type:
Boolean
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
Exception
Condition
InvalidOperationException
When the dictionary was modified after the enumerator was created.
See Also
Reference
RankedDictionary
TKey, TValue
Enumerator Structure
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)