You are probably using an immutable List which you get by assigning an Array to a List. If you want to add a bunch of items to a List, use List.AddAll and the List will remain mutable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.