csharp create array list

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

Also in C#: