Initializes a new instance of the Context class

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

Syntax

C#
public Context(
	JObject jobj
)
Visual Basic
Public Sub New ( 
	jobj As JObject
)
Visual C++
public:
Context(
	JObject^ jobj
)
F#
new : 
        jobj : JObject -> Context

Parameters

jobj
Type: JObject

[Missing <param name="jobj"/> documentation for "M:TinCan.Context.#ctor(Newtonsoft.Json.Linq.JObject)"]

See Also