dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Documentation for OrderedDictionary<TKey,TValue>

Open shmuelie opened this issue 9 months ago • 1 comments

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.

shmuelie avatar Mar 13 '25 16:03 shmuelie

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