Dictionary<string, string> dic = new Dictionary<string, string>(); foreach (KeyValuePair<string,string> item in dic) { if (item.Key==areaSN) { tempItem = item.Value; } }
Dictionary<string, string> dic = new Dictionary<string, string>(); foreach (KeyValuePair<string,string> item in dic) { if (item.Key==areaSN) { tempItem = item.Value; } }