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.
1using System;
3
5{
6 // Token: 0x0200011E RID: 286
8 internal enum BsonBinaryType : byte
9 {
10 // Token: 0x04000425 RID: 1061
11 Binary,
12 // Token: 0x04000426 RID: 1062
14 // Token: 0x04000427 RID: 1063
15 [Obsolete("This type has been deprecated in the BSON specification. Use Binary instead.")]
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}
class f__AnonymousType0<< Count > j__TPar