Esempio n. 1
0
 public DoOperationBinderHelper(CodeContext context, OldDoOperationAction action, object[] args) : base(context, action)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public static DynamicExpression Operator(ActionBinder binder, Operators op, Type resultType, params Expression[] arguments)
 {
     return(Expression.Dynamic(OldDoOperationAction.Make(binder, op), resultType, arguments));
 }