Converts an object into its XML representation.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void WriteXml(
XmlWriter writer
) |
Visual Basic |
---|
Public Sub WriteXml (
writer As XmlWriter
) |
Visual C++ |
---|
public:
virtual void WriteXml(
XmlWriter^ writer
) sealed |
F# |
---|
abstract WriteXml :
writer : XmlWriter -> unit
override WriteXml :
writer : XmlWriter -> unit |
Parameters
- writer
- Type: System.Xml..::..XmlWriter
The XmlWriter stream to which the object is serialized.
Implements
IXmlSerializable..::..WriteXml(XmlWriter)See Also