vkhorikov / CSharpFunctionalExtensions

Functional extensions for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is TryFind for IDictionary?

tinytownsoftware opened this issue · comments

Does anyone know why it's not available for .Net Core? While it's not a big deal to cast my dictionary to an IReadOnlyDictionary and then call TryFind, I was wondering why it was not there.