Update README.md
https://github.com/Cysharp/ObservableCollections/issues/36
This commit is contained in:
parent
1dd9a0e021
commit
f326a0523b
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user