WCF-Xtensions Class Reference for Mono
Load Method (JProperty)






A Noemax.Newtonsoft.Json.JsonReader that will be read for the content of the JProperty.
Loads an JProperty from a Noemax.Newtonsoft.Json.JsonReader.
Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal reader As JsonReader _
) As JProperty
'Usage
 
Dim reader As JsonReader
Dim value As JProperty
 
value = JProperty.Load(reader)
public static JProperty Load( 
   JsonReader reader
)
public function Load( 
    reader: JsonReader
): JProperty; static; 
public static function Load( 
   reader : JsonReader
) : JProperty;
public: static JProperty* Load( 
   JsonReader* reader
) 
public:
static JProperty^ Load( 
   JsonReader^ reader
) 

Parameters

reader
A Noemax.Newtonsoft.Json.JsonReader that will be read for the content of the JProperty.

Return Value

A JProperty that contains the JSON that was read from the specified Noemax.Newtonsoft.Json.JsonReader.
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

JProperty Class
JProperty Members

Send Feedback