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
パラメーター説明
arrArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>>宛先配列。
インデックスint宛先配列のインデックス。

参照