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.1 Variable categories
12.1.2 Instance variables
12.1.2.1 Instance variables in classes
Paragraph 11 An instance variable of a class comes into existence when a new instance of that class is created, and ceases to exist when there are no references to that instance and the instance's destructor (if any) has executed.
Paragraph 21 The initial value of an instance variable of a class is the default value (§12.2) of the variable's type.
Paragraph 31 For the purpose of definite assignment checking, an instance variable is considered initially assigned. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

