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

List::ToArray method

Konverterar listan till en array.

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

ReturnValue

Nytt skapat array med kopior av alla element.

Se även