c# arraylist

  • Thread starter Thread starter philip
  • Start date Start date
P

philip

hello, i am a java programmer and trying to find a generic arraylist
class in .net framework. but i cannot find the class in
system.collections.generic namespace, do i find a wrong location?
if the .net framework doesn't provide the mentioned class, would u
please suggest me another class to replace it? thanks.
 
philip,

Take a look at the List<T> class in the System.Collections.Generic
namespace.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top