Boo.Lang.Compiler.Steps.EmitAssembly.GetMethodBuilder C# (CSharp) 메소드

GetMethodBuilder() 개인적인 메소드

private GetMethodBuilder ( Method method ) : MethodBuilder
method Boo.Lang.Compiler.Ast.Method
리턴 System.Reflection.Emit.MethodBuilder
        MethodBuilder GetMethodBuilder(Method method)
        {
            return (MethodBuilder)_builders[method];
        }
EmitAssembly