m
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Newtonsoft.Json
|
||||
{
|
||||
// Token: 0x02000015 RID: 21
|
||||
[Token(Token = "0x2000015")]
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Parameter)]
|
||||
public sealed class JsonConverterAttribute : Attribute
|
||||
{
|
||||
// Token: 0x1700000A RID: 10
|
||||
// (get) Token: 0x06000029 RID: 41 RVA: 0x00002052 File Offset: 0x00000252
|
||||
[Token(Token = "0x1700000A")]
|
||||
public Type ConverterType
|
||||
{
|
||||
[Token(Token = "0x6000029")]
|
||||
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x1700000B RID: 11
|
||||
// (get) Token: 0x0600002A RID: 42 RVA: 0x00002052 File Offset: 0x00000252
|
||||
[Token(Token = "0x1700000B")]
|
||||
public object[] ConverterParameters
|
||||
{
|
||||
[Token(Token = "0x600002A")]
|
||||
[Address(RVA = "0x4157B0", Offset = "0x4147B0", VA = "0x1804157B0")]
|
||||
[CompilerGenerated]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04000037 RID: 55
|
||||
[FieldOffset(Offset = "0x10")]
|
||||
[Token(Token = "0x4000037")]
|
||||
private readonly Type _converterType;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user