Click or drag to resize
XmlAnythingTWriteXml Method
Converts an object into its XML representation.

Namespace: Slash.Xml
Assembly: Slash.Xml (in Slash.Xml.dll) Version: 1.0.5843.24179
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