AdapterTypeInfoMap Properties

Properties

CapacityGets the total numbers of elements the internal data structure can hold without resizing.
(Inherited from DictionaryType, AdapterInfo)
ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryType, AdapterInfo)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryType, AdapterInfo)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryType, AdapterInfo)

See Also