Serializable dictionary
Credits to: Paul Welter
http://weblogs.asp.net/pwelter34/archive/2006/05/03/444961.aspx
| C# |
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable
- TKey
- TValue
| 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) |
| Object | ||
| Dictionary<(Of TKey, TValue>) | ||
| SerializableDictionary<(Of TKey, TValue>) | ||
Assembly: nMars.RedCode Version: 0.8.3.0 (Module: nMars.RedCode)