Enumerates over all the items in the heap in priority order, removing each one from the heap as it does so.

Declaration Syntax

Public Function PopAllItemsInOrder() As IEnumerable`1
public IEnumerable`1<T> PopAllItemsInOrder();
public: IEnumerable`1 PopAllItemsInOrder();
public function PopAllItemsInOrder() : IEnumerable`1;

Return Value

An enumeration of all the items in the heap returned in priority order.

Requirements

Namespace: Eas.WebCrawler.Common.Collections
Assembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)

See Also

BinaryHeap`1 Class | BinaryHeap`1 Members | Eas.WebCrawler.Common.Collections Namespace