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.3 Definite assignment
12.3.3 Precise rules for determining definite assignment
12.3.3.19 General rules for simple expressions
Paragraph 11 The following rule applies to these kinds of expressions: literals (§14.5.1), simple names (§14.5.2), member access expressions (§14.5.4), non-indexed base access expressions (§14.5.8), and typeof expressions (§14.5.11). - 2 The definite assignment state of v at the end of such an expression is the same as the definite assignment state of v at the beginning of the expression.
|
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

