Serializable dictionary
Credits to: Paul Welter
http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx
Syntax
C# |
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable
Generic Template Parameters
- TKey
- TValue
Members
All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
SerializableDictionary<(Of TKey, TValue>)New() | Initializes a new instance of the SerializableDictionary<TKey,TValue> class. | |
GetSchema() | ||
ReadXml(XmlReader) | ||
WriteXml(XmlWriter) |
Inheritance Hierarchy
Object | ||
Dictionary<(Of TKey, TValue>) | ||
SerializableDictionary<(Of TKey, TValue>) |
Assembly: nMars.RedCode Version: 0.8.3.0 (Module: nMars.RedCode)