Boo.Lang.Compiler.Steps.ProcessGenerators.EnterMethod C# (CSharp) Method

EnterMethod() public method

public EnterMethod ( Method method ) : bool
method Boo.Lang.Compiler.Ast.Method
return bool
        public override bool EnterMethod(Method method)
        {
            _current = method;
            return true;
        }