Difference between revisions of "Yurttas/PL/OOL/CS/F/02/04/01/00/index page"
Jump to navigation
Jump to search
(Created page with "{| width="100%" cellpadding="4" | class="y01" | <span class="b10"> c# programming language fundamentals </span> | class="y01" | <div class="right"><span class="h06b"> <span...") |
(No difference)
|
Latest revision as of 07:20, 7 November 2013
| c# programming language fundamentals | |
| 2. c# language fundamentals |
statement - declaration-statement - local variable declarations
A local-variable-declaration declares one or more local variables. local-variable-declaration: type local-variable-declarators local-variable-declarators: local-variable-declarator local-variable-declarators , local-variable-declarator local-variable-declarator: identifier identifier = local-variable-initializer local-variable-initializer: expression array-initializer
c#, .net framework, and visual studio.net << | >> classes, objects
Dr. Salih Yurttas