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
arrayIDmsView[]The one-dimensional array that is the destination of the items copied from the object. The array must have zero-based indexing.
arrayIndexintThe zero-based index in array at which copying begins.
Exceptions
- ArgumentNullException
arrayis null.- ArgumentOutOfRangeException
arrayIndexis less than 0.- ArgumentException
arrayIndexis greater than the length of the destinationarray.