Click or drag to resize

RankedDictionaryTKey, TValueMaxKey Property

Gets the maximum key in the dictionary per the comparer.

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

Property Value

Type: TKey
Remarks
This is a O(1) operation.
See Also