 | RankedSetTComparer Property |
Returns a wrapper of the method used to order items in the set.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntaxpublic IComparer<T> Comparer { get; }
Property Value
Type:
IComparerT
Remarks
To override sorting based on the default comparer,
supply an alternate comparer when constructing the set.
See Also