Searching for: Local Variable Declaration in C#
Variable Declaration
Language: C#

Used to declare a variable. Variables can be implicitly or explicitly typed. Variables declared this way (without a static modifier) within classes are called instance variables. They belong to an instance of the class (i.e. an object).