21 lines
732 B
C#
21 lines
732 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Allows you to obtain the line number in the source file at which the method is called.</summary>
|
|
// Token: 0x0200055A RID: 1370
|
|
[Token(Token = "0x200055A")]
|
|
[AttributeUsage(AttributeTargets.Parameter)]
|
|
public sealed class CallerLineNumberAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CallerLineNumberAttribute" /> class.</summary>
|
|
// Token: 0x06002C3B RID: 11323 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002C3B")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public CallerLineNumberAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|