PrintOperationCollection.CopyTo(PrintOperation[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies a PrintOperation class instance to the array.
public void CopyTo (Microsoft.PointOfService.BaseServiceObjects.PrintOperation[] array, int index);
member this.CopyTo : Microsoft.PointOfService.BaseServiceObjects.PrintOperation[] * int -> unit
Public Sub CopyTo (array As PrintOperation(), index As Integer)
Parameters
- array
- PrintOperation[]
The array of PrintOperation class instances.
- index
- Int32
The index number into the array.