dlr bug
[mcs.git] / docs / ecma334 / 14.5.3.xml
blob5b5d6b3c28d301d6bf99fc0cc3d933f6a4565a83
1 <?xml version="1.0"?>
2 <clause number="14.5.3" title="Parenthesized expressions">
3   <paragraph>A <non_terminal where="14.5.3">parenthesized-expression</non_terminal> consists of an expression enclosed in parentheses. <grammar_production><name><non_terminal where="14.5.3">parenthesized-expression</non_terminal></name> : <rhs><terminal>(</terminal><non_terminal where="14.14">expression</non_terminal><terminal>)</terminal></rhs></grammar_production></paragraph>
4   <paragraph>A <non_terminal where="14.5.3">parenthesized-expression</non_terminal> is evaluated by evaluating the expression within the parentheses. If the expression within the parentheses denotes a namespace, type, or method group, a compile-time error occurs. Otherwise, the result of the <non_terminal where="14.5.3">parenthesized-expression</non_terminal> is the result of the evaluation of the contained expression. </paragraph>
5 </clause>