Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

21 lines
882 B
C#

using System;
using Cpp2IlInjected;
namespace System.Diagnostics.CodeAnalysis
{
/// <summary>Specifies that the attributed code should be excluded from code coverage information.</summary>
// 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
{
/// <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" /> class.</summary>
// Token: 0x06000512 RID: 1298 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000512")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public ExcludeFromCodeCoverageAttribute()
{
}
}
}