foreach(KeyValuePair<string, string> entry in myDic) { // do something with entry.Value or entry.Key }
Taken From StackOverflow
Taken From StackOverflow
by HackerExecute, 4 years agoPlease log in to post a comment.