Implemented interface member:
method
TryGetValue
System.Collections.Generic.IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)
1 reference to TryGetValue
System (1)
compmod\system\collections\specialized\stringdictionary.cs (1)
311return TryGetValue(item.Key, out value) && value.Equals(item.Value);