[Missing <summary> documentation for "P:TinCan.StatementBase.context"]

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

Syntax

C#
public Context context { get; set; }
Visual Basic
Public Property context As Context
	Get
	Set
Visual C++
public:
property Context^ context {
	Context^ get ();
	void set (Context^ value);
}
F#
member context : Context with get, set

Property Value

Type: Context

See Also