c(String,IList<Appointment>) Method
In This Topic
Syntax
'Declaration
Public Sub c( _
ByVal As System.String, _
ByVal As System.Collections.Generic.IList(Of Appointment) _
)
public void c(
System.string ,
System.Collections.Generic.IList<Appointment>
)
Parameters
- a
- b
See Also