linq查distinct

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

原文地址:https://www.cnblogs.com/xlyg-14/p/4443949.html