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

GetInitializerMethod() 개인적인 메소드

private GetInitializerMethod ( Boo.Lang.Compiler.Ast.Field node ) : Method
node Boo.Lang.Compiler.Ast.Field
리턴 Boo.Lang.Compiler.Ast.Method
        Method GetInitializerMethod(Field node)
        {
            return GetInitializerFor(node.DeclaringType, node.IsStatic);
        }
ProcessMethodBodies