CopyTo
CopyTo
Copies the elements to an array, starting at a particular array index.
Returns: void Aspose::Email::PersonalInfo::
CopyTo(System::ArrayPtr< System::SharedPtr < Url >> array, int32_t index)
| Parameter | Description |
|---|---|
| array | The one-dimensional array that is the destination of the elements copied from collections. The array must have zero-based indexing. |
| index | The zero-based index in array at which copying begins. |