using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Allows you to obtain the method or property name of the caller to the method. // Token: 0x0200055B RID: 1371 [Token(Token = "0x200055B")] [AttributeUsage(AttributeTargets.Parameter)] public sealed class CallerMemberNameAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06002C3C RID: 11324 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002C3C")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public CallerMemberNameAttribute() { } } }