طريقة System::Collections::Generic::ICollection::CopyTo
ICollection::CopyTo method
ينسخ جميع عناصر المجموعة إلى عناصر المصفوفة الموجودة.
virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
| Parameter | Type | الوصف |
|---|---|---|
| مصفوفة | System::ArrayPtr<T> | مصفوفة الوجهة. |
| arrayIndex | int | فهرس بدء مصفوفة الوجهة. |
انظر أيضًا
- Typedef ArrayPtr
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++