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

Generic string-keyed dictionary indexing under interop #1002

Merged
merged 1 commit into from Nov 5, 2021

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Nov 5, 2021

fixes #1001

@lahma lahma force-pushed the fix-jobject-string-indexer branch 2 times, most recently from f6cc206 to 1d2b278 Compare November 5, 2021 05:32
@sebastienros
Copy link
Owner

Only improvement would be to create a delegate instead of invoking the PropertyInfo.

@sebastienros sebastienros merged commit dac5a0b into sebastienros:main Nov 5, 2021
@lahma lahma deleted the fix-jobject-string-indexer branch November 5, 2021 16:03
@lahma
Copy link
Collaborator Author

lahma commented Nov 5, 2021

I think Delegate would require binding to target, here we have static type information and resolved Property which needs to be called with provided target.

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.

Can't access JValue properties
2 participants