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