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


11 Types
11.3 Boxing and unboxing
Paragraph 11 The concept of boxing and unboxing is central to C#'s type system. 2 It provides a bridge between value-types and reference-types by permitting any value of a value-type to be converted to and from type object. 3 Boxing and unboxing enables a unified view of the type system wherein a value of any type can ultimately be treated as an object. |
Jagger Software Ltd |
Company # 4070126 |
VAT # 762 5213 42 |

