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.CollectionsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)