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


14 Expressions
14.5 Primary expressions
14.5.3 Parenthesized expressions
Paragraph 11 A parenthesized-expression consists of an expression enclosed in parentheses. parenthesized-expression : ( expression )
Paragraph 21 A parenthesized-expression is evaluated by evaluating the expression within the parentheses. 2 If the expression within the parentheses denotes a namespace, type, or method group, a compile-time error occurs. 3 Otherwise, the result of the parenthesized-expression is the result of the evaluation of the contained expression. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

