最佳答案
How can I (if it is possible at all) initialize multiple variables of different type in a C# for
loop? Example:
for (MyClass i = 0, int j = 1; j<3; j++,i++)