I'm using VB.NET.
I want to build a large List (Of MyClassOrStructure) that becomes static after its initial population.
I'm going to have multiple threads that need to iterate through this list to read data (no writing, inserting, or deleting)
Are there any very bad things that I need to keep an eye out for?
Thanks.