'Declaration
Public MustInherit Class C1ObservableKeyedCollection (Of TKey,TItem) Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
public abstract class C1ObservableKeyedCollection<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem>