| RankedDictionaryTKey, TValueKeyCollectionTryGetGreaterThan Method |
Gets the least key greater than the supplied key.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax public bool TryGetGreaterThan(
TKey getKey,
out TKey key
)
Parameters
- getKey
- Type: TKey
The key to use for comparison. - key
- Type: TKey
The actual key found.
Return Value
Type:
Booleantrue if a key greater than
getKey is found; otherwise
false.
See Also