System::Collections::Generic::BaseKVCollection::CopyTo 方法

BaseKVCollection::CopyTo method

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

virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override
参数类型描述
arrArrayPtr<KV>具有足够大小的目标数组。
索引int目标数组中的起始索引。

另见