System::Collections::Specialized::StringCollection::CopyTo method
StringCollection::CopyTo method
Kopieer elementen naar bestaande array-elementen.
void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
| Parameter | Type | Beschrijving |
|---|---|---|
| arr | const ArrayPtr<System::String>& | Array om gegevens te kopiëren. |
| index | const int32_t | Index in de bestemmingsarray waarop het kopiëren van gegevens moet beginnen. |
Zie ook
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++