
C# |
public class KeySerializableDictionary<TValue> : Dictionary<string, TValue>, IXmlSerializable where TValue : class

- TValue

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) |

Object | ||
![]() | Dictionary<(Of String, TValue>) | |
![]() | KeySerializableDictionary<(Of TValue>) |
Assembly: nMars.RedCode Version: 0.8.3.0 (Module: nMars.RedCode)