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


17 Classes
17.10 Instance constructors
17.10.2 Instance variable initializers
Paragraph 11 When an instance constructor has no constructor initializer, or it has a constructor initializer of the form base(...), that constructor implicitly performs the initializations specified by the variable-initializers of the instance fields declared in its class. 2 This corresponds to a sequence of assignments that are executed immediately upon entry to the constructor and before the implicit invocation of the direct base class constructor. 3 The variable initializers are executed in the textual order in which they appear in the class declaration. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

