disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 13.2.4.xml
blob6bbcb86f4fa7954e81db3bf131673d009059f844
1 <?xml version="1.0"?>
2 <clause number="13.2.4" title="Unboxing conversions">
3   <paragraph>An unboxing conversion permits an explicit conversion from type object to any <non_terminal where="11.1">value-type</non_terminal> or from any <non_terminal where="11.2">interface-type</non_terminal> to any <non_terminal where="11.1">value-type</non_terminal> that implements the <non_terminal where="11.2">interface-type</non_terminal>. An unboxing operation consists of first checking that the object instance is a boxed value of the given <non_terminal where="11.1">value-type</non_terminal>, and then copying the value out of the instance. </paragraph>
4   <paragraph>Unboxing conversions are described further in <hyperlink>11.3.2</hyperlink>. </paragraph>
5 </clause>