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

EntityFor() 개인적인 메소드

private EntityFor ( Property property ) : Boo.Lang.Compiler.TypeSystem.InternalProperty
property Property
리턴 Boo.Lang.Compiler.TypeSystem.InternalProperty
        private InternalProperty EntityFor(Property property)
        {
            return ((InternalProperty) property.Entity);
        }
ProcessMethodBodies