m
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: 0x0200054C RID: 1356
|
||||
[Token(Token = "0x200054C")]
|
||||
[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: 0x06002C05 RID: 11269 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6002C05")]
|
||||
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
||||
public IsByRefLikeAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user