Remove duplicates from a List<T> in C#

Posted by JC Grubbs on Stack Overflow See other posts from Stack Overflow or by JC Grubbs
Published on 2008-09-06T19:15:27Z Indexed on 2010/04/03 13:13 UTC
Read the original article Hit count: 236

Filed under:
|

Anyone have a quick method for de-duplicating a generic List in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about generics