System.Runtime.InteropServices.FieldOffsetAttribute
namespace System.Runtime.InteropServices
{
public sealed class FieldOffsetAttribute : Attribute
{
public int Value { get; }
public FieldOffsetAttribute(int offset);
}
}