Click or drag to resize

ElementCollectionCopyTo Method

Copies the entire collection to an Array, starting at a particular Array index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public void CopyTo(
	Element[] array,
	int arrayIndex
)

Parameters

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