| RankedMapTKey, TValueValueCollectionFirst Method |
Gets the value of the element with the lowest sorted key in the map.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax Return Value
Type:
TValueThe value of the element with the lowest sorted key.
Exceptions Remarks This is a O(1) operation.
See Also