Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

21 lines
665 B
C#

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()
{
}
}
}