Click or drag to resize

PriorityQueueTGetEnumerator Method

Namespace:  Ookii.Collections.Generic
Assembly:  Ookii.Collections.Generic (in Ookii.Collections.Generic.dll) Version: 1.0.0.0 (1.0.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