Here\'s what I\'m trying to do. I\'m querying an XML file using LINQ to XML, which gives me an IEnumerable> object, where T is my \"Village\" class, filled
> object, where T is my \"Village\" class, filled
return alliances.Select(v => v.AllianceName).Distinct();
That would return an IEnumerable instead of IEnumerable.
IEnumerable