22 lines
764 B
C#
22 lines
764 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Distinguishes a compiler-generated element from a user-generated element. This class cannot be inherited.</summary>
|
|
// Token: 0x02000553 RID: 1363
|
|
[Token(Token = "0x2000553")]
|
|
[AttributeUsage(AttributeTargets.All)]
|
|
[Serializable]
|
|
public sealed class CompilerGeneratedAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.CompilerGeneratedAttribute" /> class.</summary>
|
|
// Token: 0x06002A67 RID: 10855 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002A67")]
|
|
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
|
|
public CompilerGeneratedAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|