System::Collections::Concurrent::ConcurrentDictionary::CopyTo metode

ConcurrentDictionary::CopyTo method

Menyalin elemen kontainer ke elemen array yang sudah ada.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParameterTipeDeskripsi
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Array tujuan.
indeksintIndeks dalam array tujuan.

Lihat Juga