IronPython.Compiler.Ast.ScopeStatement.DelayedProfiling.DelayedProfiling C# (CSharp) Method

DelayedProfiling() public method

public DelayedProfiling ( ScopeStatement ast, System.Linq.Expressions body, System.Linq.Expressions tick ) : System
ast ScopeStatement
body System.Linq.Expressions
tick System.Linq.Expressions
return System
            public DelayedProfiling(ScopeStatement ast, MSAst.Expression body, MSAst.ParameterExpression tick) {
                _ast = ast;
                _body = body;
                _tick = tick;
            }
ScopeStatement.DelayedProfiling