You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the only way to get control over struct layout, is to use LayoutKind.Explicit and the FieldOffsetAttribute, but this isn't portable between bitnesses.. See for example, the DataLookupEntry and related structs.
The text was updated successfully, but these errors were encountered:
Right now, the only way to get control over struct layout, is to use LayoutKind.Explicit and the FieldOffsetAttribute, but this isn't portable between bitnesses.. See for example, the DataLookupEntry and related structs.
The text was updated successfully, but these errors were encountered: