2013年5月28日 星期二

C# Fundation, Part 3 (Boxing & Unboxing)

1. Value Type is light-weight, no memory allocation on the heap, no construct and destruct to cleanup

2. Boxing: value type –> object

3. Unboxing: object –> value type

4. Two ways to boxing a value type (see below examples)

image

沒有留言:

張貼留言