Hi Everyone!
I have been working with a string[] array in C# that gets returned from a function call. I was wondering what the best way to remove duplicates from this
array would be? I could possibly cast to a Generic collection, but I was wondering if there was a better way to do it, possibly by using a temp array?
Thanks in advance!
Can you answer this question?
Write Answer2 Answers