9    public string this[
string key]
 
 
   21    public object this[
object key]
 
 
 
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
 
bool ContainsKey(TKey key)
 
bool ContainsValue(TValue value)
 
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
 
void CopyTo(KeyValuePair< TKey, TValue >[] array, int index)
 
Enumerator GetEnumerator()
 
void Add(object key, object value)
 
bool Contains(KeyValuePair< string, string > item)
 
ICollection< string > Keys
 
bool ContainsValue(string value)
 
bool Contains(object key)
 
bool Remove(KeyValuePair< string, string > item)
 
readonly Dictionary< string, string > _contents
 
DictionaryWrapper(Dictionary< string, string > contents)
 
bool ContainsKey(string key)
 
ICollection< string > Values
 
bool TryGetValue(string key, out string value)
 
void Add(KeyValuePair< string, string > item)
 
void CopyTo(Array array, int index)
 
void Add(string key, string value)
 
void CopyTo(KeyValuePair< string, string >[] array, int arrayIndex)
 
IEnumerator< KeyValuePair< string, string > > GetEnumerator()
 
new IDictionaryEnumerator GetEnumerator()
 
IEnumerator GetEnumerator()