System.Reflection.Metadata.TypeLayout public struct TypeLayout Documentation Code public bool IsDefault { get; } public int PackingSize { get; } public int Size { get; } public TypeLayout(int size, int packingSize)