'Declaration
Public Sub CopyTo( _ ByVal destination() As System.Object, _ ByVal arrayIndex As System.Integer _ )
'Usage
Dim instance As NListBoxItemCollection Dim destination() As System.Object Dim arrayIndex As System.Integer instance.CopyTo(destination, arrayIndex)
public void CopyTo( System.object[] destination, System.int arrayIndex )
Parameters
- destination
- arrayIndex