|
TryGetValue
Gets an element with the specified key from the hash table.
bool TryGetValue(
|
Parameters
key
[in] Key.
&value
[out] The variable to which the specified value of the key/value pair will be written.
Return Value
Returns true on successful, or false otherwise.