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.1 Static variables
Paragraph 11 A field declared with the static modifier is called a static variable. 2 A static variable comes into existence before execution of the static constructor (§17.11) for its containing type, and ceases to exist when the associated application domain ceases to exist..
Paragraph 21 The initial value of a static variable is the default value (§12.2) of the variable's type.
Paragraph 31 For the purposes of definite assignment checking, a static variable is considered initially assigned. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

