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复制开始的数组零基索引。

另见