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目标数组中的索引。

另见