ArrayList Type no longer supported in .NET 3.5 upwards ?

Posted by user357470 on Stack Overflow See other posts from Stack Overflow or by user357470
Published on 2010-06-03T12:49:52Z Indexed on 2010/06/03 12:54 UTC
Read the original article Hit count: 113

Filed under:

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 ?

© Stack Overflow or respective owner

Related posts about ASP.NET