Method CopyTo CopyTo(T[], int) Copies out internal list as array. Declaration public void CopyTo(T[] array, int arrayIndex) Parameters Type Name Description T[] array Array to write to. int arrayIndex Index to start from. Implements ICollection<T>.CopyTo(T[], int)