System::Collections::Generic::ICollection::CopyTo metod
ICollection::CopyTo method
Kopierar alla samlingselement till befintliga array‑element.
virtual void System::Collections::Generic::ICollection<T>::CopyTo(System::ArrayPtr<T> array, int arrayIndex)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| array | System::ArrayPtr<T> | Destinationsarray. |
| arrayIndex | int | Startindex för destinationsarrayen. |
Se även
- Typedef ArrayPtr
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++