Click or drag to resize
SerializableDictionaryTKey, TValueWriteXml Method
Converts an object into its XML representation.

Namespace: Slash.Serialization.Xml
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public void WriteXml(
	XmlWriter writer
)

Parameters

writer
Type: System.XmlXmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializableWriteXml(XmlWriter)
See Also