Click or drag to resize
DigitalRunePriorityQueueTComparer Property

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public IComparer<T> Comparer { get; }

Property Value

Type: IComparerT
The IComparerT used for comparing items of type T.
See Also