-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add missing docs for System.Collections.Immutable #4060
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
Add missing docs for System.Collections.Immutable #4060
Conversation
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml
Outdated
Show resolved
Hide resolved
xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.xml
Outdated
Show resolved
Hide resolved
xml/System.Collections.Immutable/ImmutableDictionary`2+Builder.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.
Thanks for the change, @eiriktsarpalis . Most of these remarks were imported from implemented interfaces, but they should be reviewed to determine if they also apply for the current API. Especially examples (don't keep them if they are not testing the current API).
The only message in remarks that should always stay is the one for Explicit Interface Implementations, so don't remove those:
This member is an explicit interface member implementation. It can be used only when the <xref:CurrentTypeDocId> instance is cast to an <xref:InterfaceDocId> interface.
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
….xml Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
….xml Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
….xml Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
Co-Authored-By: Carlos Sanchez Lopez <[email protected]>
@carlossanlop It looks like all changes have been addressed. |
@carlossanlop this should be ready to go in. |
Summary
Contributes to #3914