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