using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System.Diagnostics
{
/// Specifies the . This class cannot be inherited.
// Token: 0x02000619 RID: 1561
[Token(Token = "0x2000619")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property)]
[Serializable]
public sealed class DebuggerHiddenAttribute : Attribute
{
/// Initializes a new instance of the class.
// Token: 0x06002F63 RID: 12131 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002F63")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public DebuggerHiddenAttribute()
{
}
}
}