Add a more functional (i.e. fewer-stubs) implementation of System.Data.Linq.
[mono.git] / mcs / docs / ecma334 / 12.3.3.22.xml
1 <?xml version="1.0"?>
2 <clause number="12.3.3.22" title="Simple assignment expressions">
3   <paragraph>For an expression expr of the form w = expr-rhs: <list><list_item> The definite assignment state of v before expr-rhs is the same as the definite assignment state of v before expr. </list_item><list_item> If w is the same variable as v, then the definite assignment state of v after expr is definitely assigned. </list_item></list></paragraph>
4   <paragraph>Otherwise, the definite assignment state of v after expr is the same as the definite assignment state of v after expr-rhs. </paragraph>
5 </clause>