c - How to determine if a dictionary contains a value? -


i'm working abstract data types in c , hoping me. how go figuring out if dictionary contains value? know how find key using containskey(), how same looking value?

thanks~~

since value can in dictionary, way detect whether value in dictionary iterate on entries of dictionary until find or reach end of dictionary.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -