摘要: 摘自http://www.codeproject.com a struct is implicitly sealed, a class isn't. a struct can't be abstract, a class can. a struct can't call : base() in its constructor whereas a class with no ... 阅读全文
posted @ 2005-03-05 02:29 PeterLin88 阅读(2006) 评论(1) 推荐(0) 编辑