Files
27Aug2021-Cpp2IL-Dump/Singular/Newtonsoft/Json/JsonIgnoreAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
481 B
C#

using System;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json
{
// Token: 0x0200001B RID: 27
[Token(Token = "0x2000018")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class JsonIgnoreAttribute : Attribute
{
// Token: 0x060000D0 RID: 208 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60000C6")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public JsonIgnoreAttribute()
{
}
}
}