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

Provide strongly typed array accessors if the array supports a single item type. #296

Conversation

mwadams
Copy link
Contributor

@mwadams mwadams commented Feb 26, 2024

  • Updated the template to generate an explicit/override pair of indexer properties when the array can be enumerated as a single item type
  • Regenerated types to use this capability.

…er properties when the array can be enumerated as a single item type

- Regenerated types to use this capability.
@mwadams mwadams merged commit 9d88dc6 into main Feb 27, 2024
9 checks passed
@mwadams mwadams deleted the feature/295-provide-a-strongly-typed-array-accessor-if-the-array-item-type-is-known branch February 27, 2024 11:13
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.

Provide a strongly-typed array accessor if the array item type is known.
1 participant