Click or drag to resize

SerializableDictionaryTKey, TValue Properties

The SerializableDictionaryTKey, TValue generic type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryTKey, TValue.)
Public propertyCount (Inherited from DictionaryTKey, TValue.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryTKey, TValue.)
Protected propertyItemTagName
Gets the XML tag name for an item.
Public propertyKeys (Inherited from DictionaryTKey, TValue.)
Protected propertyKeyTagName
Gets the XML tag name for a key.
Public propertyValues (Inherited from DictionaryTKey, TValue.)
Protected propertyValueTagName
Gets the XML tag name for a value.
Top
See Also