'宣言
Public Class NotificationCollectionAdapter (Of TSource,TTarget) Inherits System.Collections.ObjectModel.ObservableCollection(Of TTarget)
public class NotificationCollectionAdapter<TSource,TTarget> : System.Collections.ObjectModel.ObservableCollection<TTarget>