c# declare an int list

C#
List<int> intList = new List<int>();
Source

Also in C#: