IronPython.Compiler.CompilationMode.ReduceAst C# (CSharp) Метод

ReduceAst() публичный абстрактный Метод

public abstract ReduceAst ( IronPython.Compiler.Ast.PythonAst instance, string name ) : LightLambdaExpression
instance IronPython.Compiler.Ast.PythonAst
name string
Результат LightLambdaExpression
        public abstract LightLambdaExpression ReduceAst(PythonAst instance, string name);
    }