摘要:
public class CollectionHelper { private CollectionHelper() { } public static DataTable ConvertTo(IList list) { DataTable table = CreateTable(); Type entityType = ... 阅读全文
posted @ 2017-01-10 16:58
炎蓝刀锋
阅读(133)
评论(0)
推荐(0)
摘要:
public class ComparerHelper : IEqualityComparer { public bool Equals(Model x, Model y) { return x.Name== y.Name; } public int GetHashCode(Model obj) ... 阅读全文
posted @ 2017-01-10 11:44
炎蓝刀锋
阅读(204)
评论(0)
推荐(0)
浙公网安备 33010602011771号