[]
Converts an object into its XML representation.
public virtual void WriteXml(XmlWriter writer)
Public Overridable Sub WriteXml(writer As XmlWriter)
Type | Name | Description |
---|---|---|
XmlWriter | writer | The System.Xml.XmlWriter stream to which the object is serialized. |