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






The name of the constructor.
Writes the start of a constructor with the given name.
Syntax
'Declaration
 
Public Overrides Sub WriteStartConstructor( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As JTokenWriter
Dim name As System.String
 
instance.WriteStartConstructor(name)
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 

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

JTokenWriter Class
JTokenWriter Members
Base Implementation in WriteStartConstructor

Send Feedback