I need to access to a dictionary by its index like a string array.
Dictionary<stri ng, stringtdmDx1 = new Dictionary<stri ng, string>();
for (int item = 0; item < tdmDx1.Count; item++) {
.... how access item by its index ???
}
Sam
Dictionary<stri ng, stringtdmDx1 = new Dictionary<stri ng, string>();
for (int item = 0; item < tdmDx1.Count; item++) {
.... how access item by its index ???
}
Sam
Comment