Does Visual Studio 2010\'s Silverlight support ArrayList? If yes then how to use it, if not then why?
How to use ArrayList in Silverlight?
An alternative is using:
IList list = new List ();