Click or drag to resize

RankedMapTKey, TValueComparer Property

Returns a wrapper of the method used to order elements in the map.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
public IComparer<TKey> Comparer { get; }

Property Value

Type: IComparerTKey
Remarks
To override sorting based on the default comparer, supply an alternate comparer when constructing the map.
See Also