Posts by user3707330 • 11 points
1 post
-
-1
votes1
answer446
viewsQ: C# Transpose Columns in rows
In C# - Linq: I have a List of objects: Field 1 | Field 2 | Field 3 | Field 4 | Field 5 | Test | 15 | 20 | 45 | 52 | I need to transpose this line from a collection to an integer list 15 20 45 52…