 | RankedDictionaryTKey, TValueValueCollectionFirst Method |
Gets the value of the element with the minimum key in the dictionary per the comparer.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
SyntaxReturn Value
Type:
TValueThe value of the element with the minimum key.
Exceptions
RemarksThis is a O(1) operation.
See Also