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

Documentation for OrderedDictionary<TKey,TValue> #11087

Open
shmuelie opened this issue Mar 13, 2025 · 1 comment
Open

Documentation for OrderedDictionary<TKey,TValue> #11087

shmuelie opened this issue Mar 13, 2025 · 1 comment

Comments

@shmuelie
Copy link

shmuelie commented Mar 13, 2025

Describe the issue or suggestion

The documentation for OrderedDictionary<TKey,TValue> does not include any information about how it differs from using a Dictionary<TKey, TValue>. The summary of "Represents a collection of key/value pairs that are accessible by the key or index." suggests that you can access elements in their added order but to do so requires casting to IList<TValue> which isn't obvious.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 13, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-collections

@eiriktsarpalis eiriktsarpalis removed the untriaged New issue has not been triaged by the area owner label Mar 13, 2025
@eiriktsarpalis eiriktsarpalis added this to the Backlog milestone Mar 13, 2025
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