sharplife


software is a artwork, also make the life better !!!
  首页  :: 联系 :: 订阅 订阅  :: 管理

2006年12月29日

摘要: 1.) value types cannot be assigned null because, by definition, they can't contain references,To declare variables that can store null you use the nullable modifier, ?. int? count = null; Assigning nu... 阅读全文

posted @ 2006-12-29 09:48 sharplife 阅读(249) 评论(0) 推荐(0) 编辑