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
Ref.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Terraria
4
{
5
// Token: 0x02000458 RID: 1112
6
public
class
Ref
<T>
7
{
8
// Token: 0x060029DB RID: 10715 RVA: 0x001B16E8 File Offset: 0x001AF8E8
9
public
Ref
()
10
{
11
}
12
13
// Token: 0x060029DC RID: 10716 RVA: 0x001B16FC File Offset: 0x001AF8FC
14
public
Ref
(T
value
)
15
{
16
this.Value
=
value
;
17
}
18
19
// Token: 0x040036F2 RID: 14066
20
public
T
Value
;
21
}
22
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Terraria.Ref.Ref
Ref(T value)
Definition
Ref.cs:14
Terraria.Ref.Value
T Value
Definition
Ref.cs:20
Terraria.Ref.Ref
Ref()
Definition
Ref.cs:9
Terraria.Ref
Definition
Ref.cs:7
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
Terraria
Definition
Achievement.cs:10
source
Terraria
Ref.cs
Generated by
1.10.0