| Noemax.FastInfoset Namespace > VocabularyWriter Class > WriteStartDocument Method : WriteStartDocument(Boolean) Method |
'Declaration Public Overloads Overrides Sub WriteStartDocument( _ ByVal standalone As System.Boolean _ )
'Usage Dim instance As VocabularyWriter Dim standalone As System.Boolean instance.WriteStartDocument(standalone)
public override void WriteStartDocument( System.bool standalone )
public procedure WriteStartDocument( standalone: System.Boolean ); override;
public override function WriteStartDocument( standalone : System.boolean );
public: void WriteStartDocument( System.bool standalone ) override
public: void WriteStartDocument( System.bool standalone ) override
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
VocabularyWriter Class
VocabularyWriter Members
Overload List
Base Implementation in WriteStartDocument(Boolean)