C#C
C#3y ago
Salty

❔ Iteration over multiple objects at the same time

How do I iterate through several objects at the same time. Supposedly the objects have the same properties and I want to concat obj1.prop1 + obj2.prop1, obj1.prop2+obj2.prop2 etc etc
Was this page helpful?