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.1 Implicit conversions
13.1.5 Boxing conversions
Paragraph 11 A boxing conversion permits any value-type to be implicitly converted to the type object or to any interface-type implemented by the value-type. 2 Boxing a value of a value-type consists of allocating an object instance and copying the value-type value into that instance.
Paragraph 21 Boxing conversions are described further in §11.3.1. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

