| 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
Syntax public IComparer<T> Comparer { get; }
Property Value
Type:
IComparerTRemarks
To override sorting based on the default comparer,
supply an alternate comparer when constructing the set.
See Also