Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / docs / ecma334 / 12.3.3.19.xml
1 <?xml version="1.0"?>
2 <clause number="12.3.3.19" title="General rules for simple expressions">
3   <paragraph>The following rule applies to these kinds of expressions: literals (<hyperlink>14.5.1</hyperlink>), simple names (<hyperlink>14.5.2</hyperlink>), member access expressions (<hyperlink>14.5.4</hyperlink>), non-indexed base access expressions (<hyperlink>14.5.8</hyperlink>), and typeof expressions (<hyperlink>14.5.11</hyperlink>). <list><list_item> 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. </list_item></list></paragraph>
4 </clause>