IEnumerable<string[]> => unique string's
- by Maxim
Hello!
I have IEnumerable - that i recieved(converted) from dattabase.
i need to select from this collection only unique strings.
i suppose that i need to use linq group by string...
please help.