using System.Collections.Generic //type is your data type (Ej. int, string, double, bool...) List newList = new List();
IList newList = new List(){1,2,3,4};
C# By Magnificent Mamba on Dec 23 2019 IList newList = new List(){1,2,3,4};