Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetStaticConstructor C# (CSharp) 메소드

GetStaticConstructor() 개인적인 메소드

private GetStaticConstructor ( Boo.Lang.Compiler.Ast.TypeDefinition type ) : Constructor
type Boo.Lang.Compiler.Ast.TypeDefinition
리턴 Boo.Lang.Compiler.Ast.Constructor
        Constructor GetStaticConstructor(TypeDefinition type)
        {
            return CodeBuilder.GetOrCreateStaticConstructorFor(type);
        }
ProcessMethodBodies