System::Collections::Concurrent::ConcurrentDictionary::CopyTo method

ConcurrentDictionary::CopyTo method

将容器元素复制到已有的数组元素中。

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::CopyTo(ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> arr, int index) override
ParameterType描述
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>目标数组。
索引int目标数组中的索引。

另见