 | DataContextMediatorTView, TContextContext Property |
Current context of the view/mediator.
Namespace:
Slash.Unity.DataBind.StrangeIoC
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic TContext Context { get; set; }
Public Property Context As TContext
Get
Set
public:
property TContext Context {
TContext get ();
void set (TContext value);
}
member Context : 'TContext with get, set
Property Value
Type:
TContext
See Also