- Declared in: RT.Util.Collections.ReadOnlyDictionary<TKey, TValue>
- Implements: IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
Declaration
public bool TryGetValue(
TKey key,
out TValue value
)
Summary
Gets the value associated with the specified key. Returns true if the value exists, false otherwise.