12 public TValue
this[TKey
key]
83 value =
default(TValue);
134 return _dict.GetEnumerator();
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Dictionary< TKey, TValue > _dict
bool ContainsKey(TKey key)
IEnumerator< KeyValuePair< TKey, TValue > > GetEnumerator()
IEnumerator< KeyValuePair< TKey, TValue > > GetEnumeratorWorker()
KeyValuePair< TKey, TValue >[] _keysAndValues
static string Format(string resourceFormat, object p1)
static string Arg_KeyNotFoundWithKey