摘要: 1、使用List.ConvertAll方法 public List GetDisallowedUserNames() { List list = GetDisallowedUsers(); return list.ConvertAll(new Converter(delegate(DisallowedUser u) {... 阅读全文
posted @ 2008-01-03 11:09 chenjunbiao 阅读(154) 评论(0) 推荐(0) 编辑