Initializes a new instance of the Statement class
Namespace: TinCanAssembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public Statement( JObject jobj ) |
| Visual Basic |
|---|
Public Sub New ( jobj As JObject ) |
| Visual C++ |
|---|
public: Statement( JObject^ jobj ) |
| F# |
|---|
new : jobj : JObject -> Statement |
Parameters
- jobj
- Type: JObject
[Missing <param name="jobj"/> documentation for "M:TinCan.Statement.#ctor(Newtonsoft.Json.Linq.JObject)"]