Click or drag to resize
AppointmentCollectionCopyTo Method
Copies the entire AppointmentCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void CopyTo(
	Appointment[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsAppointment
The one-dimensional Array that is the destination of the Appointments copied from AppointmentCollection. The Array must have zero-based indexing.
index
Type: SystemInt32
The zero-based index in array at which copying begins.
See Also