Initializes a new instance of the StatementBase class

Namespace: TinCan
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)

Syntax

C#
public StatementBase(
	StringOfJSON json
)
Visual Basic
Public Sub New ( 
	json As StringOfJSON
)
Visual C++
public:
StatementBase(
	StringOfJSON^ json
)
F#
new : 
        json : StringOfJSON -> StatementBase

Parameters

json
Type: TinCan.Json..::..StringOfJSON

[Missing <param name="json"/> documentation for "M:TinCan.StatementBase.#ctor(TinCan.Json.StringOfJSON)"]

See Also