Click or drag to resize

PdfNumberTreeCollectionKeyValueCollectionTCopyTo Method

Copies the PdfNumberTreeCollectionKeyValueCollectionT elements to an existing one-dimensional System.Array, starting at the specified array index.

Namespace: Patagames.Pdf.Net.Wrappers
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array  T
The one-dimensional System.Array that is the destination of the elements copied from PdfNumberTreeCollectionKeyValueCollectionT. The System.Array must have zero-based indexing.
arrayIndex  Int32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is null.
ArgumentOutOfRangeException index is less than zero.
See Also