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.2 Instance variables in structs Paragraph 11 An instance variable of a struct has exactly the same lifetime as the struct variable to which it belongs. 2 In other words, when a variable of a struct type comes into existence or ceases to exist, so too do the instance variables of the struct. Paragraph 21 The initial assignment state of an instance variable of a struct is the same as that of the containing struct variable. 2 In other words, when a struct variable is considered initially assigned, so too are its instance variables, and when a struct variable is considered initially unassigned, its instance variables are likewise unassigned.
{ JSL }
Jagger Software Ltd
Company # 4070126
VAT # 762 5213 42
Valid HTML 4.01Valid CSS