System::Collections::Generic::BaseKVCollection::CopyTo 方法
BaseKVCollection::CopyTo method
将数据复制到现有数组元素。
virtual void System::Collections::Generic::BaseKVCollection<Dict, KV>::CopyTo(ArrayPtr<KV> arr, int index) override
| 参数 | 类型 | 描述 |
|---|---|---|
| arr | ArrayPtr<KV> | 具有足够大小的目标数组。 |
| 索引 | int | 目标数组中的起始索引。 |
另见
- Typedef ArrayPtr
- Class BaseKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Font for C++