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

Support object wrapper iterator #749

Merged
merged 2 commits into from Jun 21, 2020

Conversation

lahma
Copy link
Collaborator

@lahma lahma commented Jun 19, 2020

Object wrapper didn't support getting an iterator which is key part to some JS functionality. Added iterator with logic that for me at least makes sense - for dictionaries only get keys and for "standard" objects use public fields and properties.

fixes #748

@lahma lahma merged commit a9ea78d into sebastienros:dev Jun 21, 2020
@lahma lahma deleted the object-wrapper-iterator branch June 21, 2020 16:17
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.

How to use spread operator on .net instances
2 participants