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