A Dictionary class that implements IXmlSerializable.

Namespace: Braintech
Assembly:  VOLTSIQCommon (in VOLTSIQCommon.dll)

Syntax

C#
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable

Type Parameters

TKey
TValue

Inheritance Hierarchy

System..::Object
  System.Collections.Generic..::Dictionary<(Of <TKey, TValue>)>
    Braintech..::SerializableDictionary<(Of <TKey, TValue>)>

See Also