c# List<Class<T>> code example Example: to list c# var arr = new int[] {1, 2, 3}; List<int> list = arr.ToList();