EventListCopyTo Method

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
)

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