◆ TryGetValue()

bool TryGetValue ( TKeyType  key,
out TValueType  value 
)
Parameters
keykey to lookup
valueout parameter that will be filled with the found value.
Returns
true if the key exists in the dictionary, false if not.