19 lines
544 B
C#
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()
|
|
{
|
|
}
|
|
}
|
|
}
|