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