[Missing <summary> documentation for "M:TinCan.SubStatement.op_Explicit(Newtonsoft.Json.Linq.JObject)~TinCan.SubStatement"]

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

Syntax

C#
public static explicit operator SubStatement (
	JObject jobj
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	jobj As JObject
) As SubStatement
Visual C++
static explicit operator SubStatement^ (
	JObject^ jobj
)
F#
F# does not support the declaration of new casting operators.

Parameters

jobj
Type: JObject

[Missing <param name="jobj"/> documentation for "M:TinCan.SubStatement.op_Explicit(Newtonsoft.Json.Linq.JObject)~TinCan.SubStatement"]

Return Value

Type: SubStatement

[Missing <returns> documentation for "M:TinCan.SubStatement.op_Explicit(Newtonsoft.Json.Linq.JObject)~TinCan.SubStatement"]

See Also