AppointmentCollectionToArray Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic Appointment[] ToArray()
Public Function ToArray As Appointment()
public:
array<Appointment^>^ ToArray()
member ToArray : unit -> Appointment[]
Return Value
Type:
Appointment
An
Appointment array containing copies of the elements of the
AppointmentCollection.
See Also