a change to c# that I wasn't aware of
Now that msdn
has an rss feed i was just kinda looking at it and I saw a chat
transcript on c# that I hadn't noticed before.
The only bit that I hadn't heard before is this little snippet.
Host: Anders (Microsoft)
Q: Will
separate access specifiers for getting and setting properties become a part of
the language?
A: Regarding different accessibility of get and set assessors of a
property, yes, we will support that in the Whidbey release of C#.
I have no idea how they are going to do this without drasticly changing how
properties are written, but hey, it sounds good to me.