Copies the elements to an array, starting at a particular array index.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public void CopyTo(
CustomerEvent[] array,
int index
)
Public Sub CopyTo (
array As CustomerEvent(),
index As Integer
)
public:
virtual void CopyTo(
array<CustomerEvent^>^ array,
int index
) sealed
abstract CopyTo :
array : CustomerEvent[] *
index : int -> unit
override CopyTo :
array : CustomerEvent[] *
index : int -> unit
Parameters
- array
- Type: Aspose.Email.PersonalInfoCustomerEvent
The one-dimensional array that is the destination of the elements copied from collections.
The array must have zero-based indexing.
- index
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)See Also