CopyTo

CopyTo

Copies the elements to an array, starting at a particular array index.

Returns: void Aspose::Email::PersonalInfo::

CopyTo(System::ArrayPtr< System::SharedPtr < CustomerEvent >> array, int32_t index)
ParameterDescription
arrayThe one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing.
indexThe zero-based index in array at which copying begins.