| RankedDictionaryTKey, TValueFirst Method |
Gets 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
Syntax public KeyValuePair<TKey, TValue> First()
Return Value
Type:
KeyValuePairTKey,
TValueThe element with the minimum key in the dictionary.
Exceptions Remarks This is a O(1) operation.
See Also