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

GetConstructorBuilder() 개인적인 메소드

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