02 2010 档案

摘要: using System; using System.Collections; using System.Runtime.CompilerServices; public static class ListComparer { public static bool ListsEqual(IList list1, IList list2) { if (list1.Count != list2.Cou...阅读全文
posted @ 2010-02-15 21:48 ζ浮云¢惊龙 阅读(19) | 评论 (0) 编辑