C
CSharper
I have created a Dictionary and I ran into a situation where my key
may not be exact match, if the key contains partial key, I need to
return the value associated with it. What is the best way to do it?
I was going to see if there is a method like ContainsKeys but all I
found is Contains on values.
Thanks.
may not be exact match, if the key contains partial key, I need to
return the value associated with it. What is the best way to do it?
I was going to see if there is a method like ContainsKeys but all I
found is Contains on values.
Thanks.