ConcurrentListTCopyTo Method |
Copies the entire list to a compatible one-dimensional array, starting at the specified index of the target array.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual void CopyTo(
T[] array,
int arrayIndex
)
Parameters
- array
- Type: T
The one-dimensional array that is the destination of the elements copied from list. The System.Array must have zero-based indexing. - arrayIndex
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionTCopyTo(T, Int32)See Also