ElementCollectionCopyTo Method |
Copies the entire collection to an Array, starting at a particular Array index.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntaxpublic void CopyTo(
Element[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Element(),
arrayIndex As Integer
)
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