| RankedDictionaryTKey, TValueComparer Property |
Returns a wrapper of the method used to order elements in the dictionary.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax public IComparer<TKey> Comparer { get; }
Property Value
Type:
IComparerTKeyRemarks
To override sorting based on the default comparer,
supply an alternate comparer when constructing the dictionary.
See Also