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
Syntaxpublic void CopyTo(
Url[] array,
int index
)
Public Sub CopyTo (
array As Url(),
index As Integer
)
public:
virtual void CopyTo(
array<Url^>^ array,
int index
) sealed
abstract CopyTo :
array : Url[] *
index : int -> unit
override CopyTo :
array : Url[] *
index : int -> unit
Parameters
- array
- Type: Aspose.Email.PersonalInfoUrl
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