Click or drag to resize
MimeKit

ParameterListCopyTo Method

Copy all of the parameters in the list to an array.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void CopyTo(
	Parameter[] array,
	int arrayIndex
)

Parameters

array  Parameter
The array to copy the parameters to.
arrayIndex  Int32
The index into the array.

Implements

ICollectionTCopyTo(T, Int32)
Remarks
Copies all of the parameters within the ParameterList into the array, starting at the specified array index.
See Also