using System;
using Cpp2IlInjected;
namespace System.Diagnostics.CodeAnalysis
{
/// Specifies that the attributed code should be excluded from code coverage information.
// Token: 0x020000D7 RID: 215
[Token(Token = "0x20000D7")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event)]
public sealed class ExcludeFromCodeCoverageAttribute : Attribute
{
/// Initializes a new instance of the class.
// Token: 0x06000512 RID: 1298 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000512")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public ExcludeFromCodeCoverageAttribute()
{
}
}
}