Loads an JConstructor from a JsonReader.
| C# | Visual Basic | Visual C++ |
public static JConstructor Load( JsonReader reader )
Public Shared Function Load ( _ reader As JsonReader _ ) As JConstructor
public: static JConstructor^ Load( JsonReader^ reader )
- reader (JsonReader)
- A JsonReader that will be read for the content of the JConstructor.
A JConstructor that contains the JSON that was read from the specified JsonReader.