Aspose::Pdf::BoundsCheckableList::CopyTo method
BoundsCheckableList::CopyTo method
Copies the entire System.Collections.Generic.List to a compatible one-dimensional array, starting at the specified index of the target array.
void Aspose::Pdf::BoundsCheckableList<typename>::CopyTo(System::ArrayPtr<T> array, int32_t arrayIndex) override
Parameter | Type | Description |
---|---|---|
array | System::ArrayPtr<T> | The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.List. The System.Array must have zero-based indexing. |
arrayIndex | int32_t | The zero-based index in array at which copying begins. |
See Also
- Typedef ArrayPtr
- Class BoundsCheckableList
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++