System::Collections::ObjectModel::Collection::CopyTo metod

Collection::CopyTo method

Kopierar samlingselement till befintliga arrayelement.

virtual void System::Collections::ObjectModel::Collection<T>::CopyTo(ArrayPtr<T> arr, int index) override
ParameterTypeBeskrivning
arrArrayPtr<T>Destinationsarray.
indexintStartindex för destinationsarrayen.

Se även