System::Collections::Generic::LinkedList::CopyTo method
LinkedList::CopyTo method
将容器数据复制到现有数组元素中。
void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
| Parameter | Type | 描述 |
|---|---|---|
| array | ArrayPtr<T> | 目标 |
| 索引 | int | 数组中开始复制的零基索引。 |
另见
- Typedef ArrayPtr
- Class LinkedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++