Json.NET - Quick Starts & API Documentation
JValue Constructor
Namespaces ► Newtonsoft.Json.Linq ► JValue ► JValue()()()()
Members
Icon | Member | Description |
---|---|---|
JValue(JValue) |
|
|
JValue(Int64) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(UInt64) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(Double) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(DateTime) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(Boolean) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(String) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(Guid) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(Uri) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(TimeSpan) |
Initializes a new instance of the JValue class with the given value.
|
|
JValue(Object) |
Initializes a new instance of the JValue class with the given value.
|