HeaderCollectionCopyTo Method |
Copies all the elements of the current collection
to the specified string array starting at the specified destination index.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic void CopyTo(
string[] array,
int arrayIndex
)
Public Sub CopyTo (
array As String(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<String^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : string[] *
arrayIndex : int -> unit
override CopyTo :
array : string[] *
arrayIndex : int -> unit
Parameters
- array
- Type: SystemString
The destination of the elements copied from the current collection. - arrayIndex
- Type: SystemInt32
An integer that represents the index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)
See Also