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