WCF-Xtensions Class Reference for Mono
CurrentState Property






Gets the current reader state.
Syntax
'Declaration
 
Protected ReadOnly Property CurrentState As JsonReader.State
'Usage
 
Dim instance As JsonReader
Dim value As JsonReader.State
 
value = instance.CurrentState
protected JsonReader.State CurrentState {get;}
protected read-only property CurrentState: JsonReader.State; 
protected function get CurrentState : JsonReader.State
protected: __property JsonReader.State get_CurrentState();
protected:
property JsonReader.State CurrentState {
   JsonReader.State get();
}

Property Value

The current reader state.
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