
I don’t respect encapsulation, or how to use methodtable of the another type for fast call of the private methods
... recalling briefly what StructLayout is. Strictly ... specifying field offsets.
[StructLayout(LayoutKind.Explicit)]
public ... changed a bit.
[StructLayout(LayoutKind.Explicit)]
public ...
Read more →