Files
Apr2020-Cpp2Il-Dump/Unity.Burst.Unsafe/System/Runtime/Versioning/NonVersionableAttribute.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

19 lines
544 B
C#

using System;
using Cpp2IlInjected;
namespace System.Runtime.Versioning
{
// Token: 0x02000003 RID: 3
[Token(Token = "0x2000003")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method)]
internal sealed class NonVersionableAttribute : Attribute
{
// Token: 0x06000002 RID: 2 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000002")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public NonVersionableAttribute()
{
}
}
}