You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this would let ObservableList<T> be a bit more compatible in cases where System.Collections.IList type is specifically and opinionatedly expected, eg. as a parameter type for some method from an external API
such was the case w/ its predecessor ReactiveCollection<T> in UniRx
The text was updated successfully, but these errors were encountered:
this would let
ObservableList<T>
be a bit more compatible in cases whereSystem.Collections.IList
type is specifically and opinionatedly expected, eg. as a parameter type for some method from an external APIsuch was the case w/ its predecessor
ReactiveCollection<T>
inUniRx
The text was updated successfully, but these errors were encountered: