Click or drag to resize
ReadOnlyListBaseTCopyTo Method (T)
Copies all the items in the list, in order, to array, starting at index 0.

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

Parameters

array
Type: T
The array to copy to. This array must have a size that is greater than or equal to Count.
See Also