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

GetInitializerMethod() private méthode

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