public ExpressionContext<TContextType> VariableContext { get; set; }
Public Property VariableContext As ExpressionContext(Of TContextType)
Get
Set
public:
property ExpressionContext<TContextType>^ VariableContext {
ExpressionContext<TContextType>^ get ();
void set (ExpressionContext<TContextType>^ value);
}
function get_VariableContext();
function set_VariableContext(value);