 | RankedBagTComparer Property |
Returns a wrapper of the method used to order items in the bag.
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 bag.
See Also