 | RankedMapTKey, TValueMinKey Property |
Gets the minimum key in the map per the comparer.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntaxpublic TKey MinKey { get; }
Property Value
Type:
TKey
RemarksThis is a O(1) operation.
See Also