System.Runtime.CompilerServices.NativeIntegerAttribute
namespace System.Runtime.CompilerServices
{
internal sealed class NativeIntegerAttribute : Attribute
{
public readonly bool[] TransformFlags;
public NativeIntegerAttribute();
public NativeIntegerAttribute(bool[] A_0);
}
}