摘要: 1、boxing/unboxing 装箱就是将值类型(value type)转换为引用类型(reference type)的过程;反之,就是拆箱 值类型-> Object(装箱) 反之,就是拆箱 box的时候,我们不需要显式的类型转换,但是在unbox时就必须进行类型转换。 2、System.Collections.Generic.list item=new System.Collection... 阅读全文
posted @ 2007-09-25 09:54 Microbar 阅读(245) 评论(2) 推荐(0) 编辑