System::Collections::Generic::List::CopyTo method
अंतर्वस्तु
[
छिपाना
]List::CopyTo(const System::ArrayPtr<T>&) method
सभी तत्वों को मौजूदा एरे तत्वों में कॉपी करता है।
void System::Collections::Generic::List<T>::CopyTo(const System::ArrayPtr<T> &array)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| array | const System::ArrayPtr<T>& | Array तत्वों को कॉपी करने के लिए। |
संबंधित देखें
- Typedef ArrayPtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::CopyTo(int, const System::ArrayPtr<T>&, int, int) method
निर्दिष्ट इंडेक्स से शुरू होकर तत्वों को मौजूदा एरे तत्वों में कॉपी करता है।
void System::Collections::Generic::List<T>::CopyTo(int index, const System::ArrayPtr<T> &array, int arrayIndex, int count)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| सूचकांक | int | वर्तमान ऑब्जेक्ट द्वारा प्रतिनिधित्व किए गए सूची में तत्व का 0-आधारित सूचकांक जिससे कॉपी शुरू की जाएगी |
| array | const System::ArrayPtr<T>& | Array तत्वों को कॉपी करने के लिए। |
| arrayIndex | int | गंतव्य एरे में प्रारंभिक स्थिति। |
| count | int | कॉपी करने के तत्वों की संख्या। |
संबंधित देखें
- Typedef ArrayPtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::CopyTo(System::ArrayPtr<T>, int) method
सूची के तत्वों को मौजूदा एरे तत्वों में कॉपी करता है।
void System::Collections::Generic::List<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex) override
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| ऐरे | System::ArrayPtr<T> | गंतव्य ऐरे। |
| arrayIndex | int | गंतव्य एरे की प्रारंभिक सूचकांक। |
संबंधित देखें
- Typedef ArrayPtr
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++