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

Consider applying [EditorBrowsable(EditorBrowsableState.Never)] on Deconstruct #90

Open
amis92 opened this issue Aug 13, 2019 · 0 comments
Labels
API design Generated API design discussions
Milestone

Comments

@amis92
Copy link
Owner

amis92 commented Aug 13, 2019

This is often done for Deconstruct methods in BCL, because for the most time this method is only useful for the compiler to perform tuple deconstruction.

@amis92 amis92 added the API design Generated API design discussions label Aug 13, 2019
@amis92 amis92 added this to the Future milestone Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API design Generated API design discussions
Projects
None yet
Development

No branches or pull requests

1 participant