SoftCircuits / OrderedDictionary

.NET library that implements an ordered dictionary.
MIT License
11 stars 2 forks source link

Implement IReadOnlyDictionary #6

Closed josago97 closed 8 months ago

josago97 commented 9 months ago

Hello, could the IReadOnlyDictionary interface be implemented in the dictionary to be able to make more abstract code? Thank you.

SoftCircuits commented 8 months ago

This has been implemented in 3.1.0. Thanks.