Boo.Lang.Compiler.Steps.ProcessMethodBodies.EntityFor C# (CSharp) Method

EntityFor() private method

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