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