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
BsonBinary.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000128 RID: 296
9 internal class BsonBinary : BsonValue
10 {
11 // Token: 0x17000239 RID: 569
12 // (get) Token: 0x06000B7B RID: 2939 RVA: 0x0001BC60 File Offset: 0x00019E60
13 // (set) Token: 0x06000B7C RID: 2940 RVA: 0x0001BC74 File Offset: 0x00019E74
15 {
17 get
18 {
19 return this.<BinaryType>k__BackingField;
20 }
22 set
23 {
25 }
26 }
27
28 // Token: 0x06000B7D RID: 2941 RVA: 0x0001BC88 File Offset: 0x00019E88
35
36 // Token: 0x04000454 RID: 1108
38 private BsonBinaryType <BinaryType>k__BackingField;
39 }
40}
class f__AnonymousType0<< Count > j__TPar
BsonBinary(byte[] value, BsonBinaryType binaryType)
Definition BsonBinary.cs:29
BsonBinaryType< BinaryType > k__BackingField
Definition BsonBinary.cs:38