摘要:
先说区别,原文出处 http://www.dotnetspider.com/resources/740-Difference-between-class-struct-C.aspx1,class 是引用类型,structs是值类型既然class是引用类型,class可以设为null。但是我们不能将struct设为null,因为它是值类型。structAStruct{intaField;}class... 阅读全文
posted @ 2008-05-18 18:14
炭炭
阅读(19691)
评论(8)
推荐(3)
浙公网安备 33010602011771号