System::Collections::Generic::List::ToArray method

List::ToArray method

Converst list to array.

ArrayPtr<T> System::Collections::Generic::List<T>::ToArray() const

ReturnValue

Newly created array with copies of all elements.

See Also