linq查distinct

List<string> types = (from a in allMineLicences
select
a.Ore_Main).Distinct().ToList();

posted @ 2015-04-21 11:33  西楼月光  阅读(119)  评论(0编辑  收藏  举报