using System.Collections.Generic //type is your data type (Ej. int, string, double, bool...) List<type> newList = new List<type>();