WCF-Xtensions Class Reference for .NET
WriteStartConstructor Method (JsonTextWriter)






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 JsonTextWriter
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

JsonTextWriter Class
JsonTextWriter Members
Base Implementation in WriteStartConstructor

Send Feedback