Check to see if a key exists in a Dictionary or, in this case, a HashTable:
if(myDictionary.ContainsKey("whatever")) {
No comments:
Post a Comment