Get all values of premade struct? C#
In C# I have a VERY huge struct, and I want to iterate through it easily, instead of manually typing them. I tried using: Type structType = typeof(myStruct); System.Reflection.FieldInfo[] fields =