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