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