using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Allows you to obtain the method or property name of the caller to the method. // Token: 0x0200053D RID: 1341 [Token(Token = "0x200053D")] [AttributeUsage(AttributeTargets.Parameter)] public sealed class CallerMemberNameAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06002A2D RID: 10797 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002A2D")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public CallerMemberNameAttribute() { } } }