SerializableDictionary<TKey, TValue>.WriteXml Method (XmlWriter)
Creates an XML representation of the current dictionary.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public void WriteXml(
XmlWriter writer
)
public:
virtual void WriteXml(
XmlWriter^ writer
) sealed
Public Sub WriteXml (
writer As XmlWriter
)
Parameters
writer
Type: System.Xml.XmlWriterThe System.Xml.XmlWriter stream to which the object is serialized.
Implements
IXmlSerializable.WriteXml(XmlWriter)
See Also
SerializableDictionary<TKey, TValue> Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top