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






The name of the constructor.
Writes the start of a constructor with the given name.
Syntax
'Declaration
 
Public Overridable Sub WriteStartConstructor( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As JsonWriter
Dim name As System.String
 
instance.WriteStartConstructor(name)
public virtual void WriteStartConstructor( 
   System.string name
)
public procedure WriteStartConstructor( 
    name: System.String
); virtual; 
public function WriteStartConstructor( 
   name : System.String
);
public: virtual void WriteStartConstructor( 
   System.string* name
) 
public:
virtual void WriteStartConstructor( 
   System.String^ 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

JsonWriter Class
JsonWriter Members

Send Feedback