Class ReactiveRecyclerViewAdapter<TViewModel, TCollection>
- Namespace
- ReactiveUI.AndroidX
- Assembly
- ReactiveUI.AndroidX.dll
An adapter for the Android AndroidX.
public abstract class ReactiveRecyclerViewAdapter<TViewModel, TCollection> : ReactiveRecyclerViewAdapter<TViewModel> where TViewModel : class, IReactiveObject where TCollection : ICollection<TViewModel>, INotifyCollectionChanged
Type Parameters
TViewModelThe type of ViewModel that this adapter holds.
TCollectionThe type of collection.
- Inheritance
-
Reactive
Recycler <TViewModel>View Adapter ReactiveRecyclerViewAdapter<TViewModel, TCollection>
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the ReactiveRecyclerViewAdapter<TViewModel, TCollection> class.
Constructors
ReactiveRecyclerViewAdapter(TCollection)
An adapter for the Android AndroidX.
Parameters
backingListTCollectionThe backing list.
Remarks
Initializes a new instance of the ReactiveRecyclerViewAdapter<TViewModel, TCollection> class.