| Capacity | Gets the total numbers of elements the internal data structure can hold without resizing. (Inherited from DictionaryType, AdapterInfo) |
| Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryType, AdapterInfo) |
| Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
| Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryType, AdapterInfo) |
| Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
| Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |