DavidArno / SuccincT

Discriminated unions, pattern matching and partial applications for C#
MIT License
266 stars 15 forks source link

TryGetValue for IDictionary<,> #21

Closed megafinz closed 7 years ago

megafinz commented 7 years ago

TryGetValue now works for any IDictionary<,> type, not just Dictionary<,>.