'Declaration Public Class AppointmentFields Inherits System.Collections.Generic.Dictionary(Of String,AppointmentField)
public class AppointmentFields : System.Collections.Generic.Dictionary<string,AppointmentField>
'Declaration Public Class AppointmentFields Inherits System.Collections.Generic.Dictionary(Of String,AppointmentField)
public class AppointmentFields : System.Collections.Generic.Dictionary<string,AppointmentField>
System.Object
System.Collections.Generic.Dictionary<TKey,TValue>
C1.Win.C1Schedule.AppointmentFields