System::Collections::Generic::BaseSet::CopyTo 方法
BaseSet::CopyTo method
将哈希内容复制到现有数组元素中。
void System::Collections::Generic::BaseSet<T, SET_T>::CopyTo(ArrayPtr<T> arr, int index) override
| 参数 | 类型 | 描述 |
|---|---|---|
| arr | ArrayPtr\<T\> | 目标数组。 |
| 索引 | int | 目标数组的起始索引。 |
另见
- Typedef ArrayPtr
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++