Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetStaticConstructor C# (CSharp) Méthode

GetStaticConstructor() private méthode

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