Click or drag to resize
XmlWriterWriteStartDocument Method
When overridden in a derived class, writes the XML declaration with the version "1.0".

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract void WriteStartDocument()
See Also