[C#] System.Collections.ObjectModel. ObservableCollection<T> — 変更通知付きコレクションの仕組みと使いどころ
ObservableCollection<T> の変更通知の仕組み、INotifyCollectionChanged/INotifyPropertyChanged、CollectionChanged のアクション種別、WPF/MAUI でのバインディング用途、UI スレッド制約と注意点を整理します。