FastInfoset.NET Class Reference for .NET
WriteStartDocument(Boolean) Method






This method does not add anything to the vocabulary.
Syntax
'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 

Parameters

standalone
Requirements

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

See Also

Reference

VocabularyWriter Class
VocabularyWriter Members
Overload List
Base Implementation in WriteStartDocument(Boolean)

Send Feedback