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