'Declaration Public Overloads Overrides Sub WriteStartDocument( _ ByVal standalone As Boolean _ )
'Usage Dim instance As XmlNodeWriter Dim standalone As Boolean instance.WriteStartDocument(standalone)
public override void WriteStartDocument( bool standalone )
Parameters
- standalone
- If true, standalone attribute has value "yes" otherwise it has the value "no".