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
BsonValue.cs
Go to the documentation of this file.
1
using
System
;
2
using
Newtonsoft.Json.Shims
;
3
4
namespace
Newtonsoft.Json.Bson
5
{
6
// Token: 0x02000126 RID: 294
7
[
Preserve
]
8
internal
class
BsonValue
:
BsonToken
9
{
10
// Token: 0x06000B73 RID: 2931 RVA: 0x0001BBA4 File Offset: 0x00019DA4
11
public
BsonValue
(
object
value
,
BsonType
type)
12
{
13
this._value
=
value
;
14
this._type
= type;
15
}
16
17
// Token: 0x17000235 RID: 565
18
// (get) Token: 0x06000B74 RID: 2932 RVA: 0x0001BBC8 File Offset: 0x00019DC8
19
public
object
Value
20
{
21
get
22
{
23
return
this.
_value
;
24
}
25
}
26
27
// Token: 0x17000236 RID: 566
28
// (get) Token: 0x06000B75 RID: 2933 RVA: 0x0001BBDC File Offset: 0x00019DDC
29
public
override
BsonType
Type
30
{
31
get
32
{
33
return
this.
_type
;
34
}
35
}
36
37
// Token: 0x04000450 RID: 1104
38
private
readonly
object
_value
;
39
40
// Token: 0x04000451 RID: 1105
41
private
readonly
BsonType
_type
;
42
}
43
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Bson.BsonToken
Definition
BsonToken.cs:10
Newtonsoft.Json.Bson.BsonValue._type
readonly BsonType _type
Definition
BsonValue.cs:41
Newtonsoft.Json.Bson.BsonValue._value
readonly object _value
Definition
BsonValue.cs:38
Newtonsoft.Json.Bson.BsonValue.Value
object Value
Definition
BsonValue.cs:20
Newtonsoft.Json.Bson.BsonValue.BsonValue
BsonValue(object value, BsonType type)
Definition
BsonValue.cs:11
Newtonsoft.Json.Bson.BsonValue
Definition
BsonValue.cs:9
System.Type
Definition
Type.cs:12
Newtonsoft.Json.Bson.BsonType
BsonType
Definition
BsonType.cs:9
Newtonsoft.Json.Bson
Definition
BsonArray.cs:8
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Bson
BsonValue.cs
Generated by
1.10.0