DevPinoy.org
A Filipino Developers Community
      

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Asymmetric Accessor Accessibility

    Seems like i learn something new everyday... public string Name { get { return name; } protected set { name = value; } } I never knew that i could put an accessibility level to the 'set' portion of my property. This technique is called Asymmetric Accessor Accessibility . Read more here .
    Posted to Keith Rull by keithrull on 01-02-2007
    Filed under: Filed under: , ,
Page 1 of 1 (1 items)

Copyright DevPinoy 2005-2008