decalre an int list mvc

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

Also in C#: