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






Writes the XML declaration with the version "1.0".
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub WriteStartDocument( _
   ByVal standalone As System.Boolean _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
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
Remarks
Since XmlFastInfosetWriter does not preserve the original XML declaration, standalone is ignored.
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

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

Send Feedback