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.
1
using
System
;
2
3
namespace
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
{
25
this.m_value
=
value
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.LocalDataStoreElement.Value
object Value
Definition
LocalDataStoreElement.cs:18
System.LocalDataStoreElement.Cookie
long Cookie
Definition
LocalDataStoreElement.cs:32
System.LocalDataStoreElement.m_value
object m_value
Definition
LocalDataStoreElement.cs:40
System.LocalDataStoreElement.LocalDataStoreElement
LocalDataStoreElement(long cookie)
Definition
LocalDataStoreElement.cs:9
System.LocalDataStoreElement.m_cookie
long m_cookie
Definition
LocalDataStoreElement.cs:43
System.LocalDataStoreElement
Definition
LocalDataStoreElement.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
mscorlib
System
LocalDataStoreElement.cs
Generated by
1.10.0