Boo.Lang.Compiler.Steps.EmitAssembly.GetConstructorBuilder C# (CSharp) Method

GetConstructorBuilder() private method

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