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.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual T[] ToArray()
public:
virtual array<T>^ ToArray()
Return Value
Type:
TAn array containing all the elements in the collection, in order.
See Also