The comparer used to determine the priority of items in the heap.

Declaration Syntax

Public Property Comparer() As IComparer`1
public IComparer`1<T> Comparer {get; set;}
public: __property IComparer`1 get_Comparer();
public: __property void set_Comparer(
	IComparer`1 value
);
public function get Comparer() : IComparer`1;
public function set Comparer(IComparer`1);

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