Method CopyTo CopyTo(T[], int) Copy items in the list to an array. Declaration public void CopyTo(T[] array, int arrayIndex) Parameters Type Name Description T[] array Destination array. int arrayIndex Starting index. Implements ICollection<T>.CopyTo(T[], int)