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

Declare iterable methods for Readonly collections. #15451

Merged
merged 2 commits into from
Apr 29, 2017

Conversation

rictic
Copy link
Contributor

@rictic rictic commented Apr 28, 2017

#10921 added readonly maps and sets, similar to ReadonlyArray.

This adds the iterator methods [Symbol.iterator], keys(), values(), and entries() to them as well.

Fixes #14602

microsoft#10921 added readonly maps and sets, similar to ReadonlyArray.

This adds the iterator methods [Symbol.iterator], keys(), values(), and entries() to them as well.
@msftclas
Copy link

@rictic,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by Microsoft. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@mhegazy mhegazy merged commit 7080c41 into microsoft:master Apr 29, 2017
@mhegazy
Copy link
Contributor

mhegazy commented Apr 29, 2017

thanks!

@rictic rictic deleted the iterables-for-readonly-collections branch April 29, 2017 02:00
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants