Click or drag to resize

DataDictionaryTKey, TValue Properties

The DataDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Overrides DataDictionaryCount.)
Public propertyIsFixedSize
Gets a value indicating whether the IDictionary object has a fixed size.
(Overrides DataDictionaryIsFixedSize.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Overrides DataDictionaryIsSynchronized.)
Public propertyItemObject
Gets or sets the element with the specified key.
(Overrides DataDictionaryItemObject.)
Public propertyItemTKey
Gets or sets the element with the specified key.
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object.
(Overrides DataDictionaryKeys.)
Public propertyKeyType
Type of dictionary keys.
(Overrides DataDictionaryKeyType.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Overrides DataDictionarySyncRoot.)
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object.
(Overrides DataDictionaryValues.)
Public propertyValueType
Type of dictionary values.
(Overrides DataDictionaryValueType.)
Top
See Also