I have been working with a string[] array in C# that gets returned from a function call. I could possibly cast to a Generic collection, but I was w
string[]
Generic
If you needed to sort it, then you could implement a sort that also removes duplicates.
Kills two birds with one stone, then.