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
| パラメーター | 型 | 説明 |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | 宛先配列。 |
| インデックス | int | 宛先配列のインデックス。 |
参照
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Page for C++