nMars - Corewars MARS for .NET
SerializableDictionary<(Of TKey, TValue>) Class
Namespaces > nMars.RedCode.Utils > SerializableDictionary<(Of TKey, TValue>)
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 MembersConstructorsMethodsPropertiesFieldsEvents



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