Update README.md

https://github.com/Cysharp/ObservableCollections/issues/36
This commit is contained in:
Easley wang 2024-04-20 10:10:08 +08:00 committed by GitHub
parent 1dd9a0e021
commit f326a0523b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,7 +214,7 @@ Because of data binding in WPF, it is important that the collection is Observabl
// WPF simple sample.
ObservableList<int> list;
public ISynchronizedView<int, int> ItemsView { get; set; }
public INotifyCollectionChangedSynchronizedView<int> ItemsView { get; set; }
public MainWindow()
{