Closed Dreamescaper closed 1 year ago
Example: Material.Components.Maui ComboBox has a property Items. But it is not IList<T>, but Material.Components.Maui.Core.ItemCollection.
IList<T>
Material.Components.Maui.Core.ItemCollection
This PR adds a support for any type descending from IList<T>.
Example: Material.Components.Maui ComboBox has a property Items. But it is not
IList<T>
, butMaterial.Components.Maui.Core.ItemCollection
.This PR adds a support for any type descending from
IList<T>
.