how to declare a list in C sharp code example Example: make a list c# IList<int> newList = new List<int>(){1,2,3,4};