System::Collections::Generic::LinkedList::CopyTo method

LinkedList::CopyTo method

将容器数据复制到现有数组元素中。

void System::Collections::Generic::LinkedList<T>::CopyTo(ArrayPtr<T> array, int index) override
ParameterType描述
arrayArrayPtr<T>目标
索引int数组中开始复制的零基索引。

另见