Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComponentGenerator - support custom collection types #123

Merged
merged 1 commit into from
May 14, 2023

Conversation

Dreamescaper
Copy link
Owner

Example:
Material.Components.Maui ComboBox has a property Items. But it is not IList<T>, but Material.Components.Maui.Core.ItemCollection.

This PR adds a support for any type descending from IList<T>.

@Dreamescaper Dreamescaper merged commit d55e409 into v1.0 May 14, 2023
@Dreamescaper Dreamescaper deleted the generator/support_custom_collections branch May 14, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant