System::Collections::Generic::ICollection::CopyTo method

ICollection::CopyTo method

Menyalin semua elemen koleksi ke elemen array yang sudah ada.

virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
ParameterTipeDeskripsi
arraySystem::ArrayPtr<T>Array tujuan.
arrayIndexintIndeks awal array tujuan.

Lihat Juga