When NOT TO USE 'this' keyword?
问题 Sorry for asking it again, there are already some questions about this keyword. But all of them tell the purpose of 'this'. When do you use this keyword C# when to use this keyword Use of “this” keyword in formal parameters for static methods in C# Proper usage of “this.” keyword in C#? My question is when not to use 'this' keyword . OR Is it all right to use this keyword always in situation like the code class RssReader { private XmlTextReader _rssReader; private XmlDocument _rssDoc; private