string[] resultValues = new string[] { "A", "B", "C" };
Hashtable output = new Hashtable();
foreach(string resultValue in resultValues)
{[INDENT]output.Add((double)(output.Count + 1), resultValue);[/INDENT]
}
return output;
string[] resultValues = new string[] { "A", "B", "C" };
Hashtable output = new Hashtable();
foreach(string resultValue in resultValues)
{[INDENT]output.Add((double)(output.Count + 1), resultValue);[/INDENT]
}
return output;