Commit 26731a6
authored
Support for any Dictionary implementation
Right now only `IReadOnlyDictionary<TKey, TValue>>` implementation are allowed, but any `IEnumerable<KeyValuePair<TKey, TValue>>` would work. So changing the overload would be an improvement.1 parent ab2a303 commit 26731a6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
0 commit comments