arachnode.net

PriorityQueue(TValue).GetEnumerator Method

Returns an enumerator that iterates through a collection.

public IEnumerator PriorityQueue();

Return Value

An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerable.GetEnumerator

See Also

PriorityQueue<TValue> Class | Arachnode.Structures Namespace