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