Microsoft.Samples.Collections

Heap.IEnumerable.GetEnumerator Method 

Returns an enumerator that can iterate through the heap in an unordered fashion.

IEnumerator IEnumerable.GetEnumerator();

Return Value

an enumerator that can iterate through a heap

Implements

IEnumerable.GetEnumerator

See Also

Heap Class | Microsoft.Samples.Collections Namespace