[]
Copies the elements of the ItemCollection<T> to a new array.
public T[] ToArray()
An array of T objects containing copies of the elements in the ItemCollection<T>.
T