Make IThesaurus implement IReadOnlyDictionary

Issue #14 resolved
Luke Horsley repo owner created an issue

Make IThesaurus<TKey, TValue> implement IReadOnlyDictionary<TKey, IReadOnlyCollection<TValue>> as a lot of the functionality matches up.

Comments (1)

  1. Log in to comment