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

23 lines
611 B
C#

using System;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json.Serialization
{
// Token: 0x020000A2 RID: 162
[Token(Token = "0x20000A2")]
public class ReflectionAttributeProvider : IAttributeProvider
{
// Token: 0x060004EF RID: 1263 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60004EF")]
[Address(RVA = "0x2DBED90", Offset = "0x2DBDD90", VA = "0x182DBED90")]
public ReflectionAttributeProvider(object attributeProvider)
{
}
// Token: 0x0400029A RID: 666
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400029A")]
private readonly object _attributeProvider;
}
}