Click or drag to resize
CollectionBaseTToArray Method
Creates an array of the correct size, and copies all the items in the collection into the array, by calling CopyTo.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public virtual T[] ToArray()

Return Value

Type: T
An array containing all the elements in the collection, in order.
See Also