In This Topic
Saves an object to the specified
System.Xml.XmlWriter.
Syntax
'Declaration
Public Overloads Overridable Sub ToXml( _
ByVal As XmlWriter _
)
public virtual void ToXml(
XmlWriter
)
Parameters
- writer
- The System.Xml.XmlWriter that will receive the object data.
See Also