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データのコピーを開始する先の配列インデックス。

参照