CollectionBaseTCopyTo Method
|
Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace:
Bootstrap.A11y
Assembly:
Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic void CopyTo(
T[] array,
int index
)
Parameters
- array
- Type: T
The one-dimensional Array that is the destination of the elements copied from list. The Array must have zero-based indexing. - index
- Type: SystemInt32
The zero-based index in array at which copying begins.
See Also