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
BsonString.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000127 RID: 295
9 internal class BsonString : BsonValue
10 {
11 // Token: 0x17000237 RID: 567
12 // (get) Token: 0x06000B76 RID: 2934 RVA: 0x0001BBF0 File Offset: 0x00019DF0
13 // (set) Token: 0x06000B77 RID: 2935 RVA: 0x0001BC04 File Offset: 0x00019E04
14 public int ByteCount
15 {
17 get
18 {
19 return this.<ByteCount>k__BackingField;
20 }
22 set
23 {
25 }
26 }
27
28 // Token: 0x17000238 RID: 568
29 // (get) Token: 0x06000B78 RID: 2936 RVA: 0x0001BC18 File Offset: 0x00019E18
30 // (set) Token: 0x06000B79 RID: 2937 RVA: 0x0001BC2C File Offset: 0x00019E2C
31 public bool IncludeLength
32 {
34 get
35 {
36 return this.<IncludeLength>k__BackingField;
37 }
39 set
40 {
41 }
42 }
43
44 // Token: 0x06000B7A RID: 2938 RVA: 0x0001BC3C File Offset: 0x00019E3C
45 public BsonString(object value, bool includeLength)
46 {
48 this._type = BsonType.String;
49 }
50
51 // Token: 0x04000452 RID: 1106
53 private int <ByteCount>k__BackingField;
54
55 // Token: 0x04000453 RID: 1107
57 private bool <IncludeLength>k__BackingField;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
int< ByteCount > k__BackingField
Definition BsonString.cs:53
bool< IncludeLength > k__BackingField
Definition BsonString.cs:57
BsonString(object value, bool includeLength)
Definition BsonString.cs:45