Ok, I KNOW this is a very standard thing, but well... I'm having trouble finding it in Google so I'm looking through a TSQL programming book.<BR><BR>Anyway, I figured I'd post it here and see who gets ...
System.Collections.Generic.List<T> and System.Collections.Generic.HashSet<T> both support the IEnumerable<T> extension methods and participate in LINQ queries. HashSet<T> includes methods not included ...