System::Collections::Specialized::StringCollection::CopyTo 方法

StringCollection::CopyTo method

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

void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
参数类型描述
arrconst ArrayPtr<System::String>&Array 用于复制数据。
索引const int32_t在目标数组中开始复制数据的索引位置。

另见