[]
This class is the bridge between AndroidX.RecyclerView.Widget.RecyclerView and C1DataCollection<T>.
public class C1RecyclerViewAdapter<T> : RecyclerView.Adapter where T : class
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| C1RecyclerViewAdapter(IDataCollection<T>) | Initializes a new instance of the C1RecyclerViewAdapter<T> class. |
| Name | Description |
|---|---|
| DataCollection | Gets the data collection which provides the data items. |
| ItemCount | Gets the number of items. |