disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 12.1.2.2.xml
blob00c9d923d886216cc58832f97c50fe2932515512
1 <?xml version="1.0"?>
2 <clause number="12.1.2.2" title="Instance variables in structs">
3   <paragraph>An instance variable of a struct has exactly the same lifetime as the struct variable to which it belongs. 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>
4   <paragraph>The initial assignment state of an instance variable of a struct is the same as that of the containing struct variable. 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. </paragraph>
5 </clause>