class obj
{
int typeID; //10 types 0-9
string uniqueString; //this is unique
}
Assume there is list with 100 elements of obj, but only 10 unique typeIDs.
(假设存在一个列表,其中包含obj的100个元素,但只有10个唯一的typeID。)
Is it possible to do write a LINQ query return the 10 unique ints from the list of objs?
(是否可以编写LINQ查询以从objs列表中返回10个唯一的整数?)
ask by astronought translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…