[API Proposal]: ToOrderedDictionary #110286
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-System.Collections
Milestone
Background and motivation
We have
ToDictionary
,ToFrozenDictionary
,ToImmutableDictionary
andToImmutableSortedDictionary
extension method for other dictionary types already. Having similar extension methods forOrderedDictionary
would allow us to useOrderedDictionary
in places where we use other dictionary types with the same level of convenience.API Proposal
API Usage
Alternative Designs
No response
Risks
No response
The text was updated successfully, but these errors were encountered: