Skip to content

Documentation for OrderedDictionary<TKey,TValue> #11087

Open
@shmuelie

Description

@shmuelie

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions