System::Collections::CollectionBase::ListImpl::CopyTo method
ListImpl::CopyTo method
Kopierar hela samlingen till en kompatibel endimensionell Array, med start vid det angivna indexet i målarrayen.
void System::Collections::CollectionBase<T>::ListImpl::CopyTo(const ArrayPtr<T> &array, int32_t index)
| Parameter | Type | Beskrivning |
|---|---|---|
| array | const ArrayPtr<T>& | Den endimensionella Array som är destinationen för elementen som kopierats från samlingen. Array måste ha nollbaserad indexering. |
| index | int32_t | Det nollbaserade indexet i array där kopieringen börjar. |
Se även
- Typedef ArrayPtr
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++