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

Make Indexed Properties no longer Shadow Properties #13926

Merged
merged 1 commit into from
Nov 9, 2018

Conversation

lajones
Copy link
Contributor

@lajones lajones commented Nov 8, 2018

When an indexed property is created pass in the PropertyInfo associated with the indexer which will be used for this property. This has the desired effect of making indexed properties no longer shadow properties and allows the code to reference that PropertyInfo directly. This addresses part of #13610.

is created and thus make indexed properties no longer shadow
properties.
@lajones lajones self-assigned this Nov 8, 2018
@lajones lajones added this to the 3.0.0 milestone Nov 8, 2018
@lajones lajones merged commit f250105 into master Nov 9, 2018
@lajones lajones deleted the 181108_PropertyInfo_03 branch November 9, 2018 16:22
@ajcvickers ajcvickers modified the milestones: 3.0.0, 3.0.0-preview2 Feb 6, 2019
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.

3 participants