This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,46 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json.Utilities
{
// Token: 0x02000054 RID: 84
[Token(Token = "0x200003D")]
internal class WrapperDictionary
{
// Token: 0x06000314 RID: 788 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002CE")]
[Address(RVA = "0x3801AF0", Offset = "0x38008F0", VA = "0x183801AF0")]
private static string GenerateKey(Type interfaceType, Type realObjectType)
{
return null;
}
// Token: 0x06000315 RID: 789 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002CF")]
[Address(RVA = "0x3801B80", Offset = "0x3800980", VA = "0x183801B80")]
public Type GetType(Type interfaceType, Type realObjectType)
{
return null;
}
// Token: 0x06000316 RID: 790 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60002D0")]
[Address(RVA = "0x3801C20", Offset = "0x3800A20", VA = "0x183801C20")]
public void SetType(Type interfaceType, Type realObjectType, Type wrapperType)
{
}
// Token: 0x06000317 RID: 791 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60002D1")]
[Address(RVA = "0x3801CE0", Offset = "0x3800AE0", VA = "0x183801CE0")]
public WrapperDictionary()
{
}
// Token: 0x04000143 RID: 323
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40000EF")]
private readonly Dictionary<string, Type> _wrapperTypes;
}
}