public PythonDynamicExpression2(CallSiteBinder/*!*/ binder, CompilationMode/*!*/ mode, Expression/*!*/ arg0, Expression/*!*/ arg1)
     : base(binder, arg0, arg1) {
     _mode = mode;
 }
 public PythonDynamicExpressionN(CallSiteBinder/*!*/ binder, CompilationMode/*!*/ mode, IList<Expression>/*!*/ args)
     : base(binder, typeof(object), args) {
     _mode = mode;
 }
 public PythonDynamicExpression4(DynamicMetaObjectBinder/*!*/ binder, CompilationMode/*!*/ mode, Expression/*!*/ arg0, Expression/*!*/ arg1, Expression/*!*/ arg2, Expression/*!*/ arg3)
     : base(binder, arg0, arg1, arg2, arg3) {
     _mode = mode;
 }
 public PythonDynamicExpression1(CallSiteBinder /*!*/ binder, CompilationMode /*!*/ mode, Expression /*!*/ arg0)
     : base(binder, arg0)
 {
     _mode = mode;
 }
 public PythonDynamicExpressionN(CallSiteBinder /*!*/ binder, CompilationMode /*!*/ mode, IList <Expression> /*!*/ args)
     : base(binder, typeof(object), args)
 {
     _mode = mode;
 }
 public PythonDynamicExpression4(CallSiteBinder /*!*/ binder, CompilationMode /*!*/ mode, Expression /*!*/ arg0, Expression /*!*/ arg1, Expression /*!*/ arg2, Expression /*!*/ arg3)
     : base(binder, arg0, arg1, arg2, arg3)
 {
     _mode = mode;
 }