

'Declaration
 
Public MustInherit Class C1ObservableKeyedCollection
    (Of TKey,TItem) 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
   Implements INotifyCollectionChanged 
            public abstract class C1ObservableKeyedCollection<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem>, INotifyCollectionChanged
System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>