Try to get value for key.
TryGetValue returns true if the given key is in the dictionary and provides its value in Value. Otherwise, it returns false and Value is set to the default value type of TValue. No exception is raised if the key is not in the dictionary. This is an O(1) operation.
Namespace: RSGenerics.Collections
Delphi |
public |
Parameters
Key
Type: TKey
Value
Type: TValue
Type: Boolean