Creates a new System.Xml.XmlWriter instance using the System.IO.TextWriter and System.Xml.XmlWriterSettings objects.
- output
- The System.IO.TextWriter to which you want to write. The System.Xml.XmlWriter writes XML 1.0 text syntax and appends it to the specified System.IO.TextWriter.
- settings
- The System.Xml.XmlWriterSettings object used to configure the new System.Xml.XmlWriter instance. If this is null, a System.Xml.XmlWriterSettings with default settings is used.
An System.Xml.XmlWriter object.