[]
Copies the rules (SmartPrintRule objects) in the collection to the specified array list.
public void CopyTo(ArrayList array, int index)
Public Sub CopyTo(array As ArrayList, index As Integer)
Type | Name | Description |
---|---|---|
ArrayList | array | Array list to which to paste the rules (SmartPrintRule objects) |
int | index | Index in the array at which to paste the rules |
Copies the rules (SmartPrintRule objects) in the collection to the specified array.
public void CopyTo(Array array, int index)
Public Sub CopyTo(array As Array, index As Integer)
Type | Name | Description |
---|---|---|
Array | array | Array to which to paste the rules (SmartPrintRule objects) |
int | index | Index in the array at which to paste the rules |