Hello all! I’m trying to use a list in my project (like I’ve done many times before) but now for some reason it’s not working.
I am putting “using System.Collections.Generic;” at the top, but List seems to be missing (along with several other, like Dictionary).
As a work around, I just Googled the c# List<> source code and pasted it into a List.cs within my project. This causes the error: The namespace ‘System.Collections.Generic’ already contains a definition for ‘List’
Here is a screenshot showing the error, and the contents of my .Generic namesapce (clearly lacking List).
Thanks for your time everybody!