Removes the highest priority item from the heap and returns it.

Declaration Syntax

Public Function Pop() As T
public T Pop();
public: T Pop();
public function Pop() : T;

Return Value

The highest priority item in the heap.

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