We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Missing information
Look at the docs for the standard mutable dictionary: https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.containskey?view=net-9.0#remarks
It describes the complexity of the method. However, I could not find this valuable information for ImmutableDictionary or for ImmutableSet.
ImmutableDictionary
ImmutableSet
https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutabledictionary-2.containskey?view=net-9.0#system-collections-immutable-immutabledictionary-2-containskey(-0)
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Collections.Immutable/ImmutableDictionary`2.xml
7056680d-4b82-fb59-6272-98c8984149cd
@dotnet-bot
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-collections
Sorry, something went wrong.
Duplicate of #5179
No branches or pull requests
Type of issue
Missing information
Description
Look at the docs for the standard mutable dictionary:
https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.dictionary-2.containskey?view=net-9.0#remarks
It describes the complexity of the method.
However, I could not find this valuable information for
ImmutableDictionary
or forImmutableSet
.Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutabledictionary-2.containskey?view=net-9.0#system-collections-immutable-immutabledictionary-2-containskey(-0)
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Collections.Immutable/ImmutableDictionary`2.xml
Document Version Independent Id
7056680d-4b82-fb59-6272-98c8984149cd
Article author
@dotnet-bot
The text was updated successfully, but these errors were encountered: