2
Answers

C# ArrayList

Photo of John Arcadella

John Arcadella

14y
3.1k
1
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)