System::Collections::Specialized::StringCollection::CopyTo method
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에 복사할 데이터. |
| index | const int32_t | 데이터 복사를 시작할 대상 배열의 인덱스. |
또 보기
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++