Tagged Questions
2
votes
2answers
4k views
C# StructLayout.Explicit Question
I'm trying to understand why the second example below works with no issues, but the first example gives me the exception below. It seems to me that both examples should give an exception based on the ...