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

Missing text from OrderedDictionary<TKey, TValue> section #42664

Open
RichardD2 opened this issue Sep 19, 2024 · 0 comments
Open

Missing text from OrderedDictionary<TKey, TValue> section #42664

RichardD2 opened this issue Sep 19, 2024 · 0 comments

Comments

@RichardD2
Copy link

Type of issue

Typo

Description

There seems to be some missing text in this section:

Since the early days of .NET, the OrderedDictionary type has supported this scenario, but only in a non-generic manner, with keys and values typed as OrderedDictionary<TKey,TValue> collection, which provides an efficient, generic type to support these scenarios.

That should presumably read something like "with keys and values typed as object. .NET 9 introduces the new `OrderedDictionary<TKey, TValue> collection".

Page URL

https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/libraries

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/whats-new/dotnet-9/libraries.md

Document Version Independent Id

0c8c7059-86a1-e5df-32e6-fae6fdc5cae0

Article author

@gewarren

Metadata

  • ID: 7c184200-3411-aa5b-ba3f-0b4a3ce0f589
  • Service: dotnet-fundamentals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants