Click or drag to resize

PriorityQueueTComparer Property

Gets the IComparerT that is used to compare the elements of the priority queue.

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public IComparer<T> Comparer { get; }

Property Value

IComparerT
The IComparerT generic interface implementation that is used to compare the elements of the priority queue.
Remarks

Getting the value of this property is an O(1) operation.

See Also