Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


12 Variables
12.3 Definite assignment
12.3.1 Initially assigned variables
Paragraph 11 The following categories of variables are classified as initially assigned: - 2 Static variables.
- 3 Instance variables of class instances.
- 4 Instance variables of initially assigned struct variables.
- 5 Array elements.
- 6 Value parameters.
- 7 Reference parameters.
- 8 Variables declared in a catch clause, a foreach statement, or a using statement.
|
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

