Gu.Reactive icon indicating copy to clipboard operation
Gu.Reactive copied to clipboard

INotifyingIEnumerable<T>

Open JohanLarsson opened this issue 6 years ago • 0 comments

public interface INotifyingIEnumerable<out T> : IEnumerable<T>, INotifyCollectionChanged
{
}

Add to ObservableFixedSizeQueue for exposing it as readonly. Not sure it works when bound.

JohanLarsson avatar Sep 07 '19 13:09 JohanLarsson