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

Include protected/protected internal members where appropriate #204

Open
madelson opened this issue Jul 20, 2022 · 0 comments
Open

Include protected/protected internal members where appropriate #204

madelson opened this issue Jul 20, 2022 · 0 comments

Comments

@madelson
Copy link
Contributor

For types that are (1) not sealed and (2) have a visible constructor (public, protected, or protected internal), all protected/protected internal members are part of the public API.

Currently, it looks like we are filtering down to just public members.

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

No branches or pull requests

1 participant