WCF-Xtensions Class Reference for Mono
JsonValidatingReader Constructor






The JsonReader to read from while validating.
Initializes a new instance of the JsonValidatingReader class that validates the content returned from the given JsonReader.
Syntax
'Declaration
 
Public Function New( _
   ByVal reader As JsonReader _
)
'Usage
 
Dim reader As JsonReader
 
Dim instance As New JsonValidatingReader(reader)
public JsonValidatingReader( 
   JsonReader reader
)
public JsonValidatingReader( 
    reader: JsonReader
); 
public function JsonValidatingReader( 
   reader : JsonReader
);
public: JsonValidatingReader( 
   JsonReader* reader
)
public:
JsonValidatingReader( 
   JsonReader^ reader
)

Parameters

reader
The JsonReader to read from while validating.
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

JsonValidatingReader Class
JsonValidatingReader Members

Send Feedback