System::Collections::Generic::ICollection::CopyTo method
ICollection::CopyTo method
将所有集合元素复制到现有数组元素中。
virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
| Parameter | Type | 描述 |
|---|---|---|
| array | System::ArrayPtr<T> | 目标数组。 |
| arrayIndex | int | 目标数组起始索引。 |
另见
- Typedef ArrayPtr
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++