Click or drag to resize

SerializableDictionaryTKey, TValue Class

Small helperclass to serialize the user defined fields stored in a dictionary
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryTKey, TValue
    MARIInterfaceSerializableDictionaryTKey, TValue

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, 
	IXmlSerializable

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "T:MARIInterface.SerializableDictionary`2"]

TValue

[Missing <typeparam name="TValue"/> documentation for "T:MARIInterface.SerializableDictionary`2"]

The SerializableDictionaryTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodSerializableDictionaryTKey, TValue
Initializes a new instance of the SerializableDictionaryTKey, TValue class
Top
Methods
  NameDescription
Public methodGetSchema
Public methodReadXml
Public methodWriteXml
Top
See Also