I have a C# application that loads a List of CLR objects called \"Tasks\". Each Task has the following properties:
public int ID { get; set; } public int Typ
var uniqueTasks = allTasks.Select(t=>t.TypeName).Distinct().ToList();