'Declaration
Public Class ContactCollection Inherits C1.Schedule.BaseCollection(Of Contact)
public class ContactCollection : C1.Schedule.BaseCollection<Contact>
'Declaration
Public Class ContactCollection Inherits C1.Schedule.BaseCollection(Of Contact)
public class ContactCollection : C1.Schedule.BaseCollection<Contact>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
C1.Schedule.BaseCollection<T>
C1.Schedule.ContactCollection