John Arcadella

John Arcadella

  • NA
  • 1.8k
  • 319k

C# ArrayList

Mar 20 2011 4:03 PM
I am building a very complex application that deals with arrays of number, strings, objects and names. I see there are many ways to do this such as I can build manual arrays

Working with Arrays in C# .NET

OR I can use Array class or I can use ArrayList class.

C# ArrayList

Question is, which is the fastest way?

Thank you for your expert advice!

Answers (2)