Method | Description | |
---|---|---|
Apply ( object leftvalue, object rightvalue ) : object | ||
BinaryExpression ( IExpression left, IExpression right ) : System | ||
Evaluate ( Context context, bool withvars = false ) : object | ||
HasVariable ( ) : bool |
public abstract Apply ( object leftvalue, object rightvalue ) : object | ||
leftvalue | object | |
rightvalue | object | |
return | object |
public BinaryExpression ( IExpression left, IExpression right ) : System | ||
left | IExpression | |
right | IExpression | |
return | System |
public Evaluate ( Context context, bool withvars = false ) : object | ||
context | Context | |
withvars | bool | |
return | object |