Method CopyTo
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
CopyTo(IDmsView[], int)
Copies the items of a ICollection<IDmsView> object to an array, starting at the specified array index.
public void CopyTo(IDmsView[] array, int arrayIndex)
Parameters
array
IDmsView[]The one-dimensional array that is the destination of the items copied from the object. The array must have zero-based indexing.
arrayIndex
intThe zero-based index in array at which copying begins.
Exceptions
- ArgumentNullException
array
is null.- ArgumentOutOfRangeException
arrayIndex
is less than 0.- ArgumentException
arrayIndex
is greater than the length of the destinationarray
.