Merge remote-tracking branch 'origin/master' into rework-filter-and-view
This commit is contained in:
commit
591163e844
@ -49,5 +49,6 @@ namespace ObservableCollections
|
|||||||
|
|
||||||
public interface INotifyCollectionChangedSynchronizedView<out TView> : IReadOnlyCollection<TView>, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable
|
public interface INotifyCollectionChangedSynchronizedView<out TView> : IReadOnlyCollection<TView>, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable
|
||||||
{
|
{
|
||||||
|
void Refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user