WCF-Xtensions Class Reference for .NET
JsonTextReader Constructor






The TextReader containing the XML data to read.
Initializes a new instance of the JsonReader class with the specified System.IO.TextReader.
Syntax
public JsonTextReader( 
   System.IO.TextReader reader
)
public JsonTextReader( 
    reader: System.IO.TextReader
); 
public function JsonTextReader( 
   reader : System.IO.TextReader
);
public: JsonTextReader( 
   System.IO.TextReader* reader
)
public:
JsonTextReader( 
   System.IO.TextReader^ reader
)
'Declaration
 
Public Function New( _
   ByVal reader As System.IO.TextReader _
)
 
'Usage
 
Dim reader As System.IO.TextReader
 
Dim instance As New JsonTextReader(reader)

Parameters

reader
The TextReader containing the XML data to read.
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

JsonTextReader Class
JsonTextReader Members

Send Feedback