2017年5月17日
摘要: public class Compare<T, C> : IEqualityComparer<T> { private Func<T, C> _getField; public Compare(Func<T, C> getfield) { this._getField = getfield; } p 阅读全文
posted @ 2017-05-17 20:50 愚公学编程 阅读(285) 评论(0) 推荐(0) 编辑