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

System.Xml.XmlWriter.WriteStartDocument Overloads

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

Public Methods

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