Syntax
C# |
public class KeySerializableDictionary<TValue> : Dictionary<string, TValue>, IXmlSerializable where TValue : class
Generic Template Parameters
- TValue
Members
All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
KeySerializableDictionary<(Of TValue>)New() | Initializes a new instance of the KeySerializableDictionary<TValue> class. | |
GetSchema() | ||
ReadXml(XmlReader) | ||
WriteXml(XmlWriter) |
Inheritance Hierarchy
Object | ||
Dictionary<(Of String, TValue>) | ||
KeySerializableDictionary<(Of TValue>) |
Assembly: nMars.RedCode Version: 0.8.3.0 (Module: nMars.RedCode)