JObject Constructor (JObject) | 
 Initializes a new instance of the 
JObject class
 
    Namespace: 
   Stimulsoft.Base.Json.Linq
    Assembly:
   Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntaxpublic JObject(
	JObject other
)
Public Sub New ( 
	other As JObject
)
Parameters
- other
 - Type: Stimulsoft.Base.Json.LinqJObject
[Missing <param name="other"/> documentation for "M:Stimulsoft.Base.Json.Linq.JObject.#ctor(Stimulsoft.Base.Json.Linq.JObject)"]
 
See Also