Adds a collection of items to the heap.

Declaration Syntax

Public Sub AddRange( _
	ByVal collection As IEnumerable`1 _
)
public void AddRange(
	IEnumerable`1<T> collection
);
public: void AddRange(
	IEnumerable`1 collection
);
public function AddRange(
	collection : IEnumerable`1
);

Parameters

collection
An enumeration of all the items to add 

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