佬唐

博客园 首页 新随笔 联系 订阅 管理

2008年12月18日 #

摘要: 一、C# 2.0 新特性:1、泛型ListMyObject> obj_list=new List();obj_list.Add(new MyObject());2、部分类(partial)namespace xxx{public partial class Class1{private string... 阅读全文
posted @ 2008-12-18 23:19 佬唐 阅读(190) 评论(0) 推荐(0)