-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add clarification for private protected
#5437
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This a PR. I think you may have copied the wrong link. |
Oops, that issue is actually in this repo. Thanks. |
This comment has been minimized.
This comment has been minimized.
private protected
This comment has been minimized.
This comment has been minimized.
|
Docs Build status updates of commit e133f7f: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
|
Ping for review? |
xml/System.Runtime.CompilerServices/InternalsVisibleToAttribute.xml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, one NIT comment
Co-authored-by: Buyaa Namnan <buyankhishig.namnan@microsoft.com>
|
Docs Build status updates of commit 8a3578a: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
Fixes #5408.
Internal preview link.
I reworded the first paragraph of the Remarks section. I added
protected internalto the list of types/members extended by InternalsVisibleToAttribute. I also added a note aboutprivate protectedper #5408.cc @Youssef1313