| ICollection<KeyValuePair<TKey, TValue>>.Add | Documentation for this section has not yet been entered. |
| IDictionary.Add | This method is implemented to support the IDictionary interface. |
| ICollection<KeyValuePair<TKey, TValue>>.Contains | Documentation for this section has not yet been entered. |
| IDictionary.Contains | This method is implemented to support the IDictionary interface. |
| ICollection.CopyTo | This method is implemented to support the ICollection interface. |
| ICollection<KeyValuePair<TKey, TValue>>.CopyTo | This method is implemented to support the System.Collections.Generics.ICollection<KeyValuePair<TKey, TValue>> interface. |
| IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator | This method is implemented to support the System.Collections.Generics.IEnumerable<KeyValuePair<TKey, TValue>> interface. |
| IDictionary.GetEnumerator | This method is implemented to support the IDictionary interface. |
| IEnumerable.GetEnumerator | This method is implemented to support the IEnumerable interface. |
[read-only] | IDictionary.IsFixedSize | bool. This read-only property is implemented to support the IDictionary interface. |
[read-only] | ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | bool. This read-only property is implemented to support the System.Collections.Generics.ICollection<KeyValuePair<TKey, TValue>> interface. |
[read-only] | IDictionary.IsReadOnly | bool. This read-only property is implemented to support the IDictionary interface. |
[read-only] | ICollection.IsSynchronized | bool. This read-only property is implemented to support the ICollection interface. |
| IDictionary.Item | object. This read-only property is implemented to support the IDictionary interface. |
[read-only] | IDictionary<TKey, TValue>.Keys | ICollection<TKey>. This read-only property is implemented to support the IDictionary<TKey, TValue> interface. |
[read-only] | IReadOnlyDictionary<TKey, TValue>.Keys | IEnumerable<TKey>. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.Keys | ICollection. This read-only property is implemented to support the IDictionary interface. |
| ICollection<KeyValuePair<TKey, TValue>>.Remove | Documentation for this section has not yet been entered. |
| IDictionary.Remove | This method is implemented to support the IDictionary interface. |
[read-only] | ICollection.SyncRoot | object. This read-only property is implemented to support the ICollection interface. |
[read-only] | IDictionary<TKey, TValue>.Values | ICollection<TValue>. This read-only property is implemented to support the IDictionary<TKey, TValue> interface. |
[read-only] | IReadOnlyDictionary<TKey, TValue>.Values | IEnumerable<TValue>. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.Values | ICollection. This read-only property is implemented to support the IDictionary interface. |