Files
2026-04-10 22:50:51 +02:00

21 lines
723 B
C#

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