ECMA-334 C# Language Specification15.5: Declaration statements |
A declaration-statement
declares a local variable or constant. Declaration statements are permitted in blocks, but are not permitted as embedded statements.
local-variable-declaration
;
local-constant-declaration
;
In This Section: