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 _wrapperTypes; } }