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