diff --git a/src/ObservableCollections/Internal/NotifyCollectionChangedSynchronizedView.cs b/src/ObservableCollections/Internal/NotifyCollectionChangedSynchronizedView.cs index 777f2d1..d28aea7 100644 --- a/src/ObservableCollections/Internal/NotifyCollectionChangedSynchronizedView.cs +++ b/src/ObservableCollections/Internal/NotifyCollectionChangedSynchronizedView.cs @@ -135,7 +135,7 @@ namespace ObservableCollections.Internal internal class ListNotifyCollectionChangedSynchronizedView : NotifyCollectionChangedSynchronizedView - , IList + , IList, IReadOnlyList , IList { readonly ObservableList.View view; @@ -158,7 +158,7 @@ namespace ObservableCollections.Internal set => throw new NotSupportedException(); } - object? IList.this[int index] + object? IList.this[int index] { get {