using System;
using Cpp2IlInjected;
namespace System.Runtime.InteropServices
{
/// Indicates that the HRESULT or signature transformation that takes place during COM interop calls should be suppressed.
// Token: 0x02000590 RID: 1424
[Token(Token = "0x2000590")]
[AttributeUsage(AttributeTargets.Method)]
[ComVisible(true)]
public sealed class PreserveSigAttribute : Attribute
{
/// Initializes a new instance of the class.
// Token: 0x06002CB2 RID: 11442 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002CB2")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public PreserveSigAttribute()
{
}
}
}