Click or drag to resize
Json.NET

JValue Constructor

 
Overload List
  NameDescription
Public methodJValue(Boolean)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Char)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(DateTime)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(DateTimeOffset)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Decimal)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Double)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Guid)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Int64)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Object)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Single)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(String)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(TimeSpan)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(UInt64)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(Uri)
Initializes a new instance of the JValue class with the given value.
Public methodJValue(JValue)
Initializes a new instance of the JValue class from another JValue object.
Top
See Also