System::Collections::Specialized::StringCollection::CopyTo メソッド
StringCollection::CopyTo method
既存の配列要素に要素をコピーします。
void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
| パラメーター | 型 | 説明 |
|---|---|---|
| arr | const ArrayPtr<System::String>& | Array にデータをコピーします。 |
| インデックス | const int32_t | データのコピーを開始する先の配列インデックス。 |
参照
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++