
'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class AppointmentMappingCollection Inherits C1.C1Schedule.MappingCollectionBase(Of Appointment)
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class AppointmentMappingCollection : C1.C1Schedule.MappingCollectionBase<Appointment>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.C1Schedule.MappingCollectionBase<T>
C1.C1Schedule.AppointmentMappingCollection