[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / docs / ecma334 / 17.2.7.3.xml
1 <?xml version="1.0"?>
2 <clause number="17.2.7.3" title="Member Names Reserved for Indexers">
3   <paragraph>For an indexer (<hyperlink>17.8</hyperlink>) of type T with parameter-list L, the following signatures are reserved: <code_example><![CDATA[
4 T get_Item(L);  
5 void set_Item(L, T value);  
6 ]]></code_example></paragraph>
7   <paragraph>Both signatures are reserved, even if the indexer is read-only or write-only. </paragraph>
8 </clause>