System::Collections::Generic::List::ToArray metod

List::ToArray method

Konverterar lista till array.

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

ReturnValue

Ny skapad array med kopior av alla element.

Se även