New Method
Overloads
| New<T>(JObject) |
Create a new structure bound to this session |
New<T>(JObject)
Create a new structure bound to this session
Declaration
T New<T>(JObject structure = null)
where T : AbstractStructure
Parameters
| Type | Name | Description |
|---|---|---|
| Newtonsoft.Json.Linq.JObject | structure |
initial value |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
The type of the structure to create |