Create¶
Creates a new XmlWriter instance.
1 | |
Returns¶
A new XmlWriter instance.
Remarks¶
This method creates a new XmlWriter instance, which can be used to programmatically construct XML documents.
Example¶
1 2 3 4 | |
Creates a new XmlWriter instance.
1 | |
A new XmlWriter instance.
This method creates a new XmlWriter instance, which can be used to programmatically construct XML documents.
1 2 3 4 | |