Returns the highest priority item from the heap without removing the heap.

Declaration Syntax

Public Function Peek() As T
public T Peek();
public: T Peek();
public function Peek() : 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