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
| معامل | نوع | الوصف |
|---|---|---|
| arr | ArrayPtr<System::Collections::Generic::KeyValuePair<TKey, TValue>> | مصفوفة الوجهة. |
| الفهرس | int | الفهرس في مصفوفة الوجهة. |
انظر أيضًا
- Typedef ArrayPtr
- Class KeyValuePair
- Class ConcurrentDictionary
- Namespace System::Collections::Concurrent
- Library Aspose.Font for C++