Files
27Aug2021-Cpp2IL-Dump/Singular/Newtonsoft/Json/Utilities/WrapperDictionary.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

47 lines
1.4 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json.Utilities
{
// Token: 0x02000054 RID: 84
[Token(Token = "0x200003D")]
internal class WrapperDictionary
{
// Token: 0x06000316 RID: 790 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002D0")]
[Address(RVA = "0x3B26DA0", Offset = "0x3B25DA0", VA = "0x183B26DA0")]
private static string GenerateKey(Type interfaceType, Type realObjectType)
{
return null;
}
// Token: 0x06000317 RID: 791 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60002D1")]
[Address(RVA = "0x3B26E30", Offset = "0x3B25E30", VA = "0x183B26E30")]
public Type GetType(Type interfaceType, Type realObjectType)
{
return null;
}
// Token: 0x06000318 RID: 792 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60002D2")]
[Address(RVA = "0x3B26ED0", Offset = "0x3B25ED0", VA = "0x183B26ED0")]
public void SetType(Type interfaceType, Type realObjectType, Type wrapperType)
{
}
// Token: 0x06000319 RID: 793 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60002D3")]
[Address(RVA = "0x3B26F90", Offset = "0x3B25F90", VA = "0x183B26F90")]
public WrapperDictionary()
{
}
// Token: 0x04000144 RID: 324
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x40000F0")]
private readonly Dictionary<string, Type> _wrapperTypes;
}
}