m
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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: 0x02000571 RID: 1393
|
||||
[Token(Token = "0x2000571")]
|
||||
[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: 0x06002C76 RID: 11382 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002C76")]
|
||||
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
||||
public CompilerGeneratedAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user