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
BsonBinaryType.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: 0x0200011E RID: 286
7
[
Preserve
]
8
internal
enum
BsonBinaryType
:
byte
9
{
10
// Token: 0x04000425 RID: 1061
11
Binary
,
12
// Token: 0x04000426 RID: 1062
13
Function
,
14
// Token: 0x04000427 RID: 1063
15
[
Obsolete
(
"This type has been deprecated in the BSON specification. Use Binary instead."
)]
16
BinaryOld
,
17
// Token: 0x04000428 RID: 1064
18
[
Obsolete
(
"This type has been deprecated in the BSON specification. Use Uuid instead."
)]
19
UuidOld
,
20
// Token: 0x04000429 RID: 1065
21
Uuid
,
22
// Token: 0x0400042A RID: 1066
23
Md5
,
24
// Token: 0x0400042B RID: 1067
25
UserDefined
= 128
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Newtonsoft.Json.Bson.BsonBinaryType
BsonBinaryType
Definition
BsonBinaryType.cs:9
Newtonsoft.Json.Bson.BsonBinaryType.UuidOld
@ UuidOld
Newtonsoft.Json.Bson.BsonBinaryType.Binary
@ Binary
Newtonsoft.Json.Bson.BsonBinaryType.Uuid
@ Uuid
Newtonsoft.Json.Bson.BsonBinaryType.Function
@ Function
Newtonsoft.Json.Bson.BsonBinaryType.Md5
@ Md5
Newtonsoft.Json.Bson.BsonBinaryType.UserDefined
@ UserDefined
Newtonsoft.Json.Bson.BsonBinaryType.BinaryOld
@ BinaryOld
Newtonsoft.Json.Bson
Definition
BsonArray.cs:8
Newtonsoft.Json.Shims
Definition
PreserveAttribute.cs:4
System.Xml.Schema.XmlSchemaWhiteSpace.Preserve
@ Preserve
System
Definition
__ComObject.cs:4
source
Newtonsoft.Json
Bson
BsonBinaryType.cs
Generated by
1.10.0