Is there a way to do foreach style iteration over parallel enumerables in C#? For subscriptable lists, I know one could use a regular for loop iterati
foreach
for
Zooba's answer is good, but you might also want to look at the answers to "How to iterate over two arrays at once".