Click or drag to resize
DigitalRunePriorityQueueTEnumeratorMoveNext Method
Advances the enumerator to the next element of the collection.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool MoveNext()

Return Value

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

Implements

IEnumeratorMoveNext
Exceptions
ExceptionCondition
InvalidOperationException The collection was modified after the enumerator was created.
See Also