Mono Class Library: System.Xml.XmlTextWriter Overview | Members

System.Xml.XmlTextWriter.WriteStartDocument Overloads

The overloads of WriteStartDocument are listed below. For a list of all members, see the XmlTextWriter Members list.

Public Methods

override
WriteStartDocument()
Writes the XML declaration with the version "1.0" and no standalone attribute.
override
WriteStartDocument(bool)
Writes the XML declaration with the version "1.0" and the standalone attribute.