Language
Version: 5
Categories
-
User Program Communication
-
Variables
-
Control Flow
-
Object Oriented Programming
-
Strings
Search Results
Searching for: Local Variables 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).