

'Declaration Public Class ContactList Inherits C1.C1Schedule.BaseList(Of Contact) Implements INotifyCollectionChanged
public class ContactList : C1.C1Schedule.BaseList<Contact>, INotifyCollectionChanged
System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.C1ObservableCollection<T>
         C1.C1Schedule.BaseList<T>
            C1.C1Schedule.ContactList