System::Collections::Generic::ICollection::CopyTo methode

ICollection::CopyTo method

Kopieert alle collectie‑elementen naar bestaande array‑elementen.

virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
ParameterTypeBeschrijving
arraySystem::ArrayPtr<T>Doel-array.
arrayIndexintStartindex van doel-array.

Zie ook