Click or drag to resize

RankedBagTEnumeratorMoveNext 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#
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

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