Copies the elements of the collection to the specified array.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public void CopyTo( TElement[] array, int arrayIndex ) |
| Visual Basic |
|---|
Public Sub CopyTo ( _ array As TElement(), _ arrayIndex As Integer _ ) |
Parameters
- array
- Type: array<TElement>[]()[][]
The array.
- arrayIndex
- Type: System..::..Int32
The index at which the first element will be placed.