'Declaration
Public Sub CopyTo( _ ByRef array As NSystemArray, _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer, _ ByVal capacity As System.Integer _ )
'Usage
Dim instance As NSystemArray Dim array As NSystemArray Dim startIndex As System.Integer Dim count As System.Integer Dim capacity As System.Integer instance.CopyTo(array, startIndex, count, capacity)
public void CopyTo( ref NSystemArray array, System.int startIndex, System.int count, System.int capacity )
Parameters
- array
- startIndex
- count
- capacity