From f326a0523bf573dca47e2009ed79740c6479be9c Mon Sep 17 00:00:00 2001 From: Easley wang Date: Sat, 20 Apr 2024 10:10:08 +0800 Subject: [PATCH] Update README.md https://github.com/Cysharp/ObservableCollections/issues/36 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb79ec9..d9aa598 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Because of data binding in WPF, it is important that the collection is Observabl // WPF simple sample. ObservableList list; -public ISynchronizedView ItemsView { get; set; } +public INotifyCollectionChangedSynchronizedView ItemsView { get; set; } public MainWindow() {