Jon Jagger
jon@jaggersoft.com
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 Specificationpreviousnextprevious at this levelnext at this level 12 Variablesprevious at this levelnext at this level 12.1 Variable categoriesprevious at this levelnext at this level 12.1.2 Instance variablesprevious at this levelnext at this level 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.
{ JSL }
Jagger Software Ltd
Company # 4070126
VAT # 762 5213 42
Valid HTML 4.01Valid CSS