摘要: 3. linq group by with a custom classDeclare Custom classpublic class PortableKey{ public Dictionary<string, object> keyBag { get; set; } public PortableKey(Dictionary<string, object> Keys) { this.keyBag = Keys; } public override bool Equals(object obj) { PortableKey o... 阅读全文
posted @ 2012-06-26 07:18 gunsmoke 阅读(265) 评论(0) 推荐(0) 编辑