Метод System::Collections::Concurrent::ConcurrentDictionary::CopyTo

ConcurrentDictionary::CopyTo method

Копирует элементы контейнера в существующие элементы массива.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ПараметрТипОписание
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>Массив назначения.
индексintИндекс в целевом массиве.

См. также