I'm stuck on something probably easy but I can't find how to solve that So It's the first time I used the dictionnary and in my code I have declared my variable:
Private Dictionary<string, bool> g_objDictionnary =new Dictionary<string, bool>();
and In my code I'd like to do something like:
If my g_objDictionnary bool for this key is true so do that. Which function have to use to do that?
Thanks for your help