Posts by Antonio Carlos Bruno • 3 points
1 post
-
0
votes1
answer59
viewsQ: I want to use 2 threads inside the foreach C#
I don’t have much experience in C#. But I’m trying to understand the code of a program I have here. Here use the following code: foreach(var item in _main.entrada) { .... } I want to include…