WCF-Xtensions Class Reference for Mono
JsonTextWriter Constructor






The TextWriter to write to.
Creates an instance of the JsonWriter class using the specified System.IO.TextWriter.
Syntax
public JsonTextWriter( 
   System.IO.TextWriter textWriter
)
public JsonTextWriter( 
    textWriter: System.IO.TextWriter
); 
public function JsonTextWriter( 
   textWriter : System.IO.TextWriter
);
public: JsonTextWriter( 
   System.IO.TextWriter* textWriter
)
public:
JsonTextWriter( 
   System.IO.TextWriter^ textWriter
)
'Declaration
 
Public Function New( _
   ByVal textWriter As System.IO.TextWriter _
)
 
'Usage
 
Dim textWriter As System.IO.TextWriter
 
Dim instance As New JsonTextWriter(textWriter)

Parameters

textWriter
The TextWriter to write to.
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

Send Feedback