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

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

Syntax

C#
public static explicit operator Group (
	JObject jobj
)
Visual Basic
Public Shared Narrowing Operator CType ( 
	jobj As JObject
) As Group
Visual C++
static explicit operator Group^ (
	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.Group.op_Explicit(Newtonsoft.Json.Linq.JObject)~TinCan.Group"]

Return Value

Type: Group

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

See Also