List resize

  • Thread starter Thread starter Jeff.Boeker
  • Start date Start date
J

Jeff.Boeker

Hello,

It looks like there is no List<> resize in C#, similar to C++'s STL
vector<>. Am I missing some alternative?

Thanks,

jeff
 
Thanks, but I meant the generic List which is part of ,Net 2.0.

Jeff
 
Hello (e-mail address removed),

Check out .Add(), .Remove(), and .Capacity

-Boo
 

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