In some library code, I have a List that can contain 50,000 items or more.
Callers of the library can invoke methods that result in strings being added to the list. Ho
You should use the HashSet class, which is specifically designed for what you're doing.