Check if a datasource supports removing items.
The item type (used for type narrowing).
The datasource to check.
true if datasource implements IRemovableDatasource<T>; false otherwise.
true
datasource
IRemovableDatasource<T>
false
Check if a datasource supports removing items.