Click or drag to resize
SerializableDictionaryTKey, TValue Class
A plain dictionary that support XML serialization.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryTKey, TValue
    GeonBit.UI.UtilsSerializableDictionaryTKey, TValue
      GeonBit.UI.EntitiesStyleSheet

Namespace:  GeonBit.UI.Utils
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, 
	IXmlSerializable

Type Parameters

TKey
Dictionary key type.
TValue
Dictionary value type.

The SerializableDictionaryTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodSerializableDictionaryTKey, TValue
Initializes a new instance of the SerializableDictionaryTKey, TValue class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryTKey, TValue.)
Public propertyCount (Inherited from DictionaryTKey, TValue.)
Public propertyItem (Inherited from DictionaryTKey, TValue.)
Public propertyKeys (Inherited from DictionaryTKey, TValue.)
Public propertyValues (Inherited from DictionaryTKey, TValue.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from DictionaryTKey, TValue.)
Public methodClear (Inherited from DictionaryTKey, TValue.)
Public methodContainsKey (Inherited from DictionaryTKey, TValue.)
Public methodContainsValue (Inherited from DictionaryTKey, TValue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryTKey, TValue.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryTKey, TValue.)
Public methodGetSchema
Get schema.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryTKey, TValue.)
Public methodReadXml
Read XML.
Public methodRemove (Inherited from DictionaryTKey, TValue.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue (Inherited from DictionaryTKey, TValue.)
Public methodWriteXml
Write to xml.
Top
See Also