DevPinoy.org
A Filipino Developers Community
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Groups
DevCast
All Tags
»
how to
»
Something New
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
.NET How To's
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:
.NET How To's
,
How To
,
Something New
Page 1 of 1 (1 items)
Copyright DevPinoy 2005-2008