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