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
JsonArrayAttribute.cs
Go to the documentation of this file.
1using System;
3
4namespace Newtonsoft.Json
5{
6 // Token: 0x0200001F RID: 31
8 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface, AllowMultiple = false)]
10 {
11 // Token: 0x1700000C RID: 12
12 // (get) Token: 0x06000047 RID: 71 RVA: 0x00002784 File Offset: 0x00000984
13 // (set) Token: 0x06000048 RID: 72 RVA: 0x00002798 File Offset: 0x00000998
14 public bool AllowNullItems
15 {
16 get
17 {
18 return this._allowNullItems;
19 }
20 set
21 {
22 }
23 }
24
25 // Token: 0x06000049 RID: 73 RVA: 0x000027A8 File Offset: 0x000009A8
27 {
28 }
29
30 // Token: 0x0600004A RID: 74 RVA: 0x000027BC File Offset: 0x000009BC
32 {
33 }
34
35 // Token: 0x0600004B RID: 75 RVA: 0x000027D0 File Offset: 0x000009D0
36 public JsonArrayAttribute(string id)
37 {
38 this.<Id>k__BackingField = id;
39 }
40
41 // Token: 0x04000045 RID: 69
42 private bool _allowNullItems;
43 }
44}
class f__AnonymousType0<< Count > j__TPar