I\'m working with ArrayList in C# and I am wondering how I can add objects to an ArrayList and then retrieve the values from it?
ArrayList
In short,
you can do it the same as if u work on a list or a collection (do try use .add method).
also, you can read this msdn link