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
BsonObjectId.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
Newtonsoft.Json.Shims
;
4
using
Newtonsoft.Json.Utilities
;
5
6
namespace
Newtonsoft.Json.Bson
7
{
8
// Token: 0x0200012D RID: 301
9
[
Preserve
]
10
public
class
BsonObjectId
11
{
12
// Token: 0x17000240 RID: 576
13
// (get) Token: 0x06000BB4 RID: 2996 RVA: 0x0001C1C4 File Offset: 0x0001A3C4
14
// (set) Token: 0x06000BB5 RID: 2997 RVA: 0x0001C1D8 File Offset: 0x0001A3D8
15
public
byte
[]
Value
16
{
17
[
CompilerGenerated
]
18
get
19
{
20
return
this.<
Value
>
k__BackingField
;
21
}
22
[
CompilerGenerated
]
23
private
set
24
{
25
this.<
Value
>
k__BackingField
=
value
;
26
}
27
}
28
29
// Token: 0x06000BB6 RID: 2998 RVA: 0x0001C1EC File Offset: 0x0001A3EC
30
public
BsonObjectId
(
byte
[]
value
)
31
{
32
ValidationUtils
.
ArgumentNotNull
(
value
,
"value"
);
33
this.Value
=
value
;
34
}
35
36
// Token: 0x04000472 RID: 1138
37
[
CompilerGenerated
]
38
private
byte
[] <
Value
>
k__BackingField
;
39
}
40
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Bson.BsonObjectId.k__BackingField
byte[]< Value > k__BackingField
Definition
BsonObjectId.cs:38
Newtonsoft.Json.Bson.BsonObjectId.BsonObjectId
BsonObjectId(byte[] value)
Definition
BsonObjectId.cs:30
Newtonsoft.Json.Bson.BsonObjectId.Value
byte[] Value
Definition
BsonObjectId.cs:16
Newtonsoft.Json.Bson.BsonObjectId
Definition
BsonObjectId.cs:11
Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull
static void ArgumentNotNull(object value, string parameterName)
Definition
ValidationUtils.cs:11
Newtonsoft.Json.Utilities.ValidationUtils
Definition
ValidationUtils.cs:9
Newtonsoft.Json.Bson
Definition
BsonArray.cs:8
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
Newtonsoft.Json.Utilities
Definition
Base64Encoder.cs:6
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Bson
BsonObjectId.cs
Generated by
1.10.0