dotnet-api-docs
dotnet-api-docs copied to clipboard
Documentation for OrderedDictionary<TKey,TValue>
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.
Tagging subscribers to this area: @dotnet/area-system-collections