- Declared in: RT.Util.Collections.AutoDictionary<TKey, TValue>
- Implements: IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
Declaration
public bool TryGetValue(
TKey key,
out TValue value
)
Summary
Equivalent to the same method in
Dictionary<TKey, TValue>.