Метод 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 для копирования данных. |
| index | const int32_t | Index в целевом массиве, с которого начинается копирование данных. |
См. также
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PDF for C++