ArrayList Type no longer supported in .NET 3.5 upwards ?
- by user357470
I imported System.Collections namespace in my class, but I still cant use ArrayList type. The code editor says the "class not found". I am using VS2008 & VS2010.
So has MS stopped support for this type in framworks 3.5 and upwards ?