WCF-Xtensions Class Reference for Mono
WriteStartConstructor Method (BsonWriter)






The name of the constructor.
Writes the start of a constructor with the given name.
Syntax
public override void WriteStartConstructor( 
   System.string name
)
public procedure WriteStartConstructor( 
    name: System.String
); override; 
public override function WriteStartConstructor( 
   name : System.String
);
public: void WriteStartConstructor( 
   System.string* name
) override 
public:
void WriteStartConstructor( 
   System.String^ name
) override 
'Declaration
 
Public Overrides Sub WriteStartConstructor( _
   ByVal name As System.String _
) 
 
'Usage
 
Dim instance As BsonWriter
Dim name As System.String
 
instance.WriteStartConstructor(name)

Parameters

name
The name of the constructor.
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

BsonWriter Class
BsonWriter Members
Base Implementation in WriteStartConstructor

Send Feedback