Files
27Aug2021-Cpp2IL-Dump/System.Numerics/Cpp2IlInjected/MetadataOffsetAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
190 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000010 RID: 16
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000028 RID: 40
public string Offset;
}
}