Method ToArray ToArray() Create an array with the items of this collection (in the same order as an enumerator would output them). Declaration public virtual T[] ToArray() Returns Type Description T[] The array Implements ICollectionValue<T>.ToArray()