X
XingZheng
Hi
struct ABC
{
UInt32 a; //4 bytes
byte b; //1 byte
}//=5bytes
Why does Marshal.SizeOf(typeof(ABC)) return 8 ?
Thanks
struct ABC
{
UInt32 a; //4 bytes
byte b; //1 byte
}//=5bytes
Why does Marshal.SizeOf(typeof(ABC)) return 8 ?
Thanks