[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / docs / ecma334 / 13.2.5.xml
1 <?xml version="1.0"?>
2 <clause number="13.2.5" title="User-defined explicit conversions">
3   <paragraph>A user-defined explicit conversion consists of an optional standard explicit conversion, followed by execution of a user-defined implicit or explicit conversion operator, followed by another optional standard explicit conversion. The exact rules for evaluating user-defined conversions are described in <hyperlink>13.4.4</hyperlink>. </paragraph>
4 </clause>