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 को डेटा कॉपी करने के लिए। |
| सूचकांक | const int32_t | गंतव्य एरे में वह सूचकांक जहाँ डेटा कॉपी करना शुरू किया जाएगा। |
संबंधित देखें
- Typedef ArrayPtr
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++