System::Collections::ObjectModel::ReadOnlyCollection::CopyTo method

ReadOnlyCollection::CopyTo method

Kopierar behållarelement till befintliga arrayelement.

virtual void System::Collections::ObjectModel::ReadOnlyCollection<T>::CopyTo(System::ArrayPtr<T> array, int index) override
ParameterTypBeskrivning
arraySystem::ArrayPtr<T>Målararray.
indexintStartindex för destinationsarrayen.

Se även