|
RedBlackTreeDictionaryTKey, TValueMax Method
|
Gets the pair with the maximum key stored in the dictionary.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public KeyValuePair<TKey, TValue> Max()
Public Function Max As KeyValuePair(Of TKey, TValue)
Request Example
View SourceReturn Value
Type:
KeyValuePairTKey,
TValue
The
KeyValuePairTKey, TValue with
the minimum key present in the dictionary.
See Also