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.4 Value parameters
Paragraph 11 A parameter declared without a ref or out modifier is a value parameter.
Paragraph 21 A value parameter comes into existence upon invocation of the function member (method, instance constructor, accessor, or operator) to which the parameter belongs, and is initialized with the value of the argument given in the invocation. 2 A value parameter ceases to exist upon return of the function member.
Paragraph 31 For the purpose of definite assignment checking, a value parameter is considered initially assigned. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

