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
LocalDataStoreElement.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000140 RID: 320
6 internal sealed class LocalDataStoreElement
7 {
8 // Token: 0x06000CB0 RID: 3248 RVA: 0x0001B958 File Offset: 0x00019B58
9 public LocalDataStoreElement(long cookie)
10 {
11 this.m_cookie = cookie;
12 }
13
14 // Token: 0x17000119 RID: 281
15 // (get) Token: 0x06000CB1 RID: 3249 RVA: 0x0001B974 File Offset: 0x00019B74
16 // (set) Token: 0x06000CB2 RID: 3250 RVA: 0x0001B988 File Offset: 0x00019B88
17 public object Value
18 {
19 get
20 {
21 return this.m_value;
22 }
23 set
24 {
26 }
27 }
28
29 // Token: 0x1700011A RID: 282
30 // (get) Token: 0x06000CB3 RID: 3251 RVA: 0x0001B99C File Offset: 0x00019B9C
31 public long Cookie
32 {
33 get
34 {
35 return this.m_cookie;
36 }
37 }
38
39 // Token: 0x040004E8 RID: 1256
40 private object m_value;
41
42 // Token: 0x040004E9 RID: 1257
43 private long m_cookie;
44 }
45}
class f__AnonymousType0<< Count > j__TPar