Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedSet(T).Enumerator Structure
Enumerator Methods
IEnumerable.GetEnumerator Method
IEnumerator.Reset Method
Dispose Method
GetEnumerator Method
MoveNext Method
Skip Method
SkipWhile Method
RankedSet
T
Enumerator
MoveNext Method
Advances the enumerator to the next item in the set.
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 item;
false
if the enumerator has passed the end of the set.
Implements
IEnumerator
MoveNext
Exceptions
Exception
Condition
InvalidOperationException
When the set was modified after the enumerator was created.
See Also
Reference
RankedSet
T
Enumerator Structure
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)