System::Collections::Specialized::StringCollection::CopyTo-Methode
StringCollection::CopyTo method
Kopiert Elemente in vorhandene Array‑Elemente.
void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
| Parameter | Typ | Beschreibung |
|---|---|---|
| arr | const ArrayPtr<System::String>& | Array zum Kopieren von Daten. |
| Index | const int32_t | Index im Zielarray, an dem das Kopieren von Daten beginnt. |
Siehe auch
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++