IronPython.Compiler.PythonDynamicExpression3.Rewrite C# (CSharp) Метод

Rewrite() защищенный Метод

protected Rewrite ( System.Runtime.CompilerServices.CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2 ) : Expression
binder System.Runtime.CompilerServices.CallSiteBinder
arg0 Expression
arg1 Expression
arg2 Expression
Результат Expression
        protected override Expression Rewrite(CallSiteBinder binder, Expression arg0, Expression arg1, Expression arg2) {
            return new PythonDynamicExpression3(binder, _mode, arg0, arg1, arg2);
        }