Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Runtime/CompilerServices/CompilerGeneratedAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

22 lines
764 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.CompilerServices
{
/// <summary>Distinguishes a compiler-generated element from a user-generated element. This class cannot be inherited.</summary>
// Token: 0x02000571 RID: 1393
[Token(Token = "0x2000571")]
[AttributeUsage(AttributeTargets.All)]
[Serializable]
public sealed class CompilerGeneratedAttribute : Attribute
{
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute" /> class.</summary>
// Token: 0x06002C76 RID: 11382 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6002C76")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public CompilerGeneratedAttribute()
{
}
}
}