System::Collections::Generic::ICollection::CopyTo Methode

ICollection::CopyTo method

Kopiert alle Elemente der Sammlung in vorhandene Array‑Elemente.

virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
ParameterTypBeschreibung
ArraySystem::ArrayPtr<T>Ziel-Array.
arrayIndexintStartindex des Ziel-Arrays.

Siehe auch