WCF-Xtensions Class Reference for Mono
Read Method (JsonReader)






Reads the next JSON token from the stream.
Syntax
public abstract System.bool Read()
public function Read(): System.Boolean; abstract; 
public __abstract function Read() : System.boolean;
public: abstract System.bool Read(); 
public:
abstract System.bool Read(); 
'Declaration
 
Public MustOverride Function Read() As System.Boolean
 
'Usage
 
Dim instance As JsonReader
Dim value As System.Boolean
 
value = instance.Read()

Return Value

true if the next token was read successfully; false if there are no more tokens 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

JsonReader Class
JsonReader Members

Send Feedback