```cs public interface INotifyingIEnumerable<out T> : IEnumerable<T>, INotifyCollectionChanged { } ``` Add to `ObservableFixedSizeQueue` for exposing it as readonly. Not sure it works when bound.
Add to
ObservableFixedSizeQueuefor exposing it as readonly.Not sure it works when bound.