Declaration Syntax
Public Sub New( _
ByVal collection As IEnumerable`1 _
)
public BinaryHeap`1(
IEnumerable`1<T> collection
);
public: BinaryHeap`1(
IEnumerable`1 collection
);
public function BinaryHeap`1(
collection : IEnumerable`1
);
Parameters
- collection
- The initial collection of items used to populate the heap.
Requirements
Namespace: Eas.WebCrawler.Common.CollectionsAssembly: Eas.WebCrawler.Common (eas.webcrawler.common.dll)