Click or drag to resize

PriorityQueueTComparer Property

Namespace:  Ookii.Collections.Generic
Assembly:  Ookii.Collections.Generic (in Ookii.Collections.Generic.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IComparer<T> Comparer { get; }

Property Value

Type: 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