c# arraylist

C#
ArrayList a1 = new ArrayList();
a1.Add(1);ArrayList arrList = new ArrayList()
Source

Also in C#: