SerializableDictionary Class

Definition

Represents a serializable dictionary.

public ref class SerializableDictionary sealed : System::Collections::Generic::Dictionary<System::String ^, int>, System::Xml::Serialization::IXmlSerializable
public sealed class SerializableDictionary : System.Collections.Generic.Dictionary<string,int>, System.Xml.Serialization.IXmlSerializable
type SerializableDictionary = class
    inherit Dictionary<string, int>
    interface IXmlSerializable
Public NotInheritable Class SerializableDictionary
Inherits Dictionary(Of String, Integer)
Implements IXmlSerializable
Inheritance
SerializableDictionary
Implements

Explicit Interface Implementations

IXmlSerializable.GetSchema()

Gets the schema used serialize/deserialize the data.

IXmlSerializable.ReadXml(XmlReader)

Reads the data using the specified XML reader.

IXmlSerializable.WriteXml(XmlWriter)

Writes the data using the specified XML writer.

Applies to