Table of Contents 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Notes DownloadECMA-334 C# Language Specification


13 Conversions
13.2 Explicit conversions
13.2.4 Unboxing conversions
Paragraph 11 An unboxing conversion permits an explicit conversion from type object to any value-type or from any interface-type to any value-type that implements the interface-type. 2 An unboxing operation consists of first checking that the object instance is a boxed value of the given value-type, and then copying the value out of the instance.
Paragraph 21 Unboxing conversions are described further in §11.3.2. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

