Compartilhar via


SerializableDictionary<TKey, TValue>.ReadXml Method (XmlReader)

 

Creates a dictionary from an XML representation.

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

public void ReadXml(
    XmlReader reader
)
public:
virtual void ReadXml(
    XmlReader^ reader
) sealed
Public Sub ReadXml (
    reader As XmlReader
)

Parameters

  • reader
    Type: System.Xml.XmlReader

    The System.Xml.XmlReader stream from which the object is deserialized.

Implements

IXmlSerializable.ReadXml(XmlReader)

See Also

SerializableDictionary<TKey, TValue> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top