System::Collections::Generic::ICollection::CopyTo metod

ICollection::CopyTo method

Kopierar alla samlingselement till befintliga array‑element.

virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
ParameterTypeBeskrivning
arraySystem::ArrayPtr<T>Destinationsarray.
arrayIndexintStartindex för destinationsarrayen.

Se även