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.
1using System;
5
7{
8 // Token: 0x0200012D RID: 301
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 {
18 get
19 {
20 return this.<Value>k__BackingField;
21 }
23 private set
24 {
26 }
27 }
28
29 // Token: 0x06000BB6 RID: 2998 RVA: 0x0001C1EC File Offset: 0x0001A3EC
30 public BsonObjectId(byte[] value)
31 {
34 }
35
36 // Token: 0x04000472 RID: 1138
38 private byte[] <Value>k__BackingField;
39 }
40}
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)