ListBaseTCopyTo Method (T) |
Copies all the items in the list, in order, to array,
starting at index 0.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual void CopyTo(
T[] array
)
public:
virtual void CopyTo(
array<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