This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Bson
{
// Token: 0x020000CC RID: 204
[Token(Token = "0x20000CC")]
[Obsolete]
public class BsonObjectId
{
// Token: 0x1700012D RID: 301
// (get) Token: 0x060004D2 RID: 1234 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x1700012D")]
public byte[] Value
{
[Token(Token = "0x60004D2")]
[Address(RVA = "0x411530", Offset = "0x410530", VA = "0x180411530")]
[CompilerGenerated]
get
{
return null;
}
}
}
}