System::Collections::Generic::BaseSet::CopyTo 方法

BaseSet::CopyTo method

将哈希内容复制到现有数组元素中。

void System::Collections::Generic::BaseSet<T, SET_T>::CopyTo(ArrayPtr<T> arr, int index) override
参数类型描述
arrArrayPtr\<T\>目标数组。
索引int目标数组的起始索引。

另见