System::Collections::Specialized::StringCollection::CopyTo metod
StringCollection::CopyTo method
Kopiera element till befintliga array-element.
void System::Collections::Specialized::StringCollection::CopyTo(const ArrayPtr<System::String> &arr, const int32_t index) const
| Parameter | Typ | Beskrivning |
|---|---|---|
| arr | const ArrayPtr<System::String>& | Array för att kopiera data till. |
| index | const int32_t | Index i destinationsarrayen för att börja kopiera data vid. |
Se även
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PDF for C++