Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / C#

Stop Use VAR Everywhere and Think before Use Underscore with Private Variable in C#

18 May 2017CPOL 8.8K   9  
When to use underscore(_) or not underscore with the private member variable; shouldn't use of var everywhere; when must use 'var'; when can't be used 'var'.
This is an old version of the currently published article.

We're sorry, but the article you are trying to view was deleted at 15 Jun 2017.

Please go to the C# Table of Contents to view the list of available articles in this section.