UniRx icon indicating copy to clipboard operation
UniRx copied to clipboard

Make IReadOnlyReactiveCollection covariant

Open SolidAlloy opened this issue 3 years ago • 0 comments

Since .NET 4.5, read-only collection interfaces in the System namespace are covariant (IReadOnlyList<out T>, IReadOnlyCollection<out T>). Can we make IReadOnlyReactiveCollection<T> covariant too? I don't see a reason not to have it this way.

SolidAlloy avatar Jun 15 '21 08:06 SolidAlloy