Initializes a new instance of the About class

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

Syntax

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

Parameters

jobj
Type: JObject

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

See Also