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