terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
JsonConverterAttribute.cs
Go to the documentation of this file.
1using System;
4
5namespace Newtonsoft.Json
6{
7 // Token: 0x02000022 RID: 34
8 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Parameter, AllowMultiple = false)]
10 public sealed class JsonConverterAttribute : Attribute
11 {
12 // Token: 0x17000016 RID: 22
13 // (get) Token: 0x06000060 RID: 96 RVA: 0x00002984 File Offset: 0x00000B84
15 {
16 get
17 {
18 return this._converterType;
19 }
20 }
21
22 // Token: 0x17000017 RID: 23
23 // (get) Token: 0x06000061 RID: 97 RVA: 0x00002998 File Offset: 0x00000B98
24 // (set) Token: 0x06000062 RID: 98 RVA: 0x000029AC File Offset: 0x00000BAC
25 public object[] ConverterParameters
26 {
28 get
29 {
31 }
33 private set
34 {
36 }
37 }
38
39 // Token: 0x06000063 RID: 99 RVA: 0x000029C0 File Offset: 0x00000BC0
41 {
42 do
43 {
44 base..ctor();
45 }
46 while (converterType == null);
48 }
49
50 // Token: 0x06000064 RID: 100 RVA: 0x000029E0 File Offset: 0x00000BE0
55
56 // Token: 0x04000054 RID: 84
58
59 // Token: 0x04000055 RID: 85
62 }
63}
class f__AnonymousType0<< Count > j__TPar
JsonConverterAttribute(Type converterType, params object[] converterParameters)
object[]< ConverterParameters > k__BackingField