AbstractStructure Constructor
Overloads
AbstractStructure() |
Creates an empty abstract structure. |
|
AbstractStructure(JObject) |
Creates an AbstractStructure wrapper for a JObject instance. |
AbstractStructure()
Creates an empty abstract structure.
Declaration
public AbstractStructure()
AbstractStructure(JObject)
Creates an AbstractStructure wrapper for a JObject instance.
Declaration
public AbstractStructure(JObject jObject)
Parameters
Type | Name | Description |
---|---|---|
Newtonsoft.Json.Linq.JObject | jObject |
The JObject instance to wrap |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!