Initializes a new instance of the SubStatement class

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

Syntax

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

Parameters

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

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

See Also