Copies the indexes in the set to the array starting
at the offset.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 62.0.18910.3423 (62.0.18910.3423)
Syntax
C#
public void CopyTo( int[] array, int index )
Parameters
- array
- Type:System.Int32[]
Int32 array - index
- Type: System.Int32
Array offset
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | If Capacity + index > array.Length. |
Version Information
See Also