using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Indicates that a structure is byref-like. // Token: 0x02000530 RID: 1328 [Token(Token = "0x2000530")] [AttributeUsage(AttributeTargets.Struct)] public sealed class IsByRefLikeAttribute : Attribute { /// Creates a new instance of the class. // Token: 0x060029F8 RID: 10744 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60029F8")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public IsByRefLikeAttribute() { } } }