I reject your reality and substitute my own!
Wednesday, December 20, 2006 #
Asymmetric Accessor Accessibility means you can do this:
public string Name
{
get { return this.name; }
protected set { this.name = value; }
}
Is that cool, or what! There a few caveats, so be sure to read the Language Spec page on this topic.
Powered by: Skin design by Mark Wagner, Adapted by David Vidmar Copyright © Dan Koster