Click or drag to resize

PriorityQueueTGetEnumerator Method

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An enumerator that iterates through the values in the PriorityQueueT.

Implements

IEnumerableTGetEnumerator
Remarks
See Also