System::Collections::ObjectModel::ReadOnlyCollection::CopyTo metod

ReadOnlyCollection::CopyTo method

Kopierar behållarelement till befintliga arrayelement.

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

Se även