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
EnumValue.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json.Utilities
5
{
6
// Token: 0x02000068 RID: 104
7
[
Preserve
]
8
internal
class
EnumValue
<T>
where
T :
struct
9
{
10
// Token: 0x170000B4 RID: 180
11
// (get) Token: 0x060003B3 RID: 947 RVA: 0x0000A740 File Offset: 0x00008940
12
public
string
Name
13
{
14
get
15
{
16
return
this.
_name
;
17
}
18
}
19
20
// Token: 0x170000B5 RID: 181
21
// (get) Token: 0x060003B4 RID: 948 RVA: 0x0000A754 File Offset: 0x00008954
22
public
T
Value
23
{
24
get
25
{
26
return
this.
_value
;
27
}
28
}
29
30
// Token: 0x060003B5 RID: 949 RVA: 0x0000A768 File Offset: 0x00008968
31
public
EnumValue
(
string
name
, T
value
)
32
{
33
this._name
=
name
;
34
this._value
=
value
;
35
}
36
37
// Token: 0x040001F1 RID: 497
38
private
readonly
string
_name
;
39
40
// Token: 0x040001F2 RID: 498
41
private
readonly
T
_value
;
42
}
43
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Utilities.EnumValue.EnumValue
EnumValue(string name, T value)
Definition
EnumValue.cs:31
Newtonsoft.Json.Utilities.EnumValue._name
readonly string _name
Definition
EnumValue.cs:38
Newtonsoft.Json.Utilities.EnumValue.Value
T Value
Definition
EnumValue.cs:23
Newtonsoft.Json.Utilities.EnumValue.Name
string Name
Definition
EnumValue.cs:13
Newtonsoft.Json.Utilities.EnumValue._value
readonly T _value
Definition
EnumValue.cs:41
Newtonsoft.Json.Utilities.EnumValue
Definition
EnumValue.cs:9
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Utilities
EnumValue.cs
Generated by
1.10.0