1
Answer

What does LayoutKind.Sequential mean?

Karthik Agarwal

Karthik Agarwal

12y
1.5k
1
I want to know what this following level mean in VB
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _

And i want the statement equivalent to this in vc++.



I am in a process of converting the VB code to vc++.
I am done with everything except this part.

Answers (1)