[Missing <summary> documentation for "P:TinCan.Context.statement"]
Assembly: TinCan (in TinCan.dll) Version: 0.0.1.0 (0.0.1.0)
Syntax
| C# |
|---|
public StatementRef statement { get; set; } |
| Visual Basic |
|---|
Public Property statement As StatementRef Get Set |
| Visual C++ |
|---|
public: property StatementRef^ statement { StatementRef^ get (); void set (StatementRef^ value); } |
| F# |
|---|
member statement : StatementRef with get, set |