oh dear
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.CompilerServices
|
||||
{
|
||||
/// <summary>Indicates that a structure is byref-like.</summary>
|
||||
// Token: 0x02000530 RID: 1328
|
||||
[Token(Token = "0x2000530")]
|
||||
[AttributeUsage(AttributeTargets.Struct)]
|
||||
public sealed class IsByRefLikeAttribute : Attribute
|
||||
{
|
||||
/// <summary>Creates a new instance of the <see cref="T:System.Runtime.CompilerServices.IsByRefLikeAttribute" /> class.</summary>
|
||||
// Token: 0x060029F8 RID: 10744 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60029F8")]
|
||||
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
|
||||
public IsByRefLikeAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user