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
ParameterTypeDescription
arraySystem::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.
arrayIndexint32_tThe zero-based index in array at which copying begins.

See Also