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

32 lines
939 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json.Utilities
{
// Token: 0x02000047 RID: 71
[Token(Token = "0x2000047")]
internal static class EnumUtils
{
// Token: 0x0600024A RID: 586 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600024A")]
[Address(RVA = "0x3B12630", Offset = "0x3B11630", VA = "0x183B12630")]
private static BidirectionalDictionary<string, string> InitializeEnumType(Type type)
{
return null;
}
// Token: 0x0600024B RID: 587 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600024B")]
[Address(RVA = "0x3B12320", Offset = "0x3B11320", VA = "0x183B12320")]
public static IList<object> GetValues(Type enumType)
{
return null;
}
// Token: 0x0400019D RID: 413
[Token(Token = "0x400019D")]
private static readonly ThreadSafeStore<Type, BidirectionalDictionary<string, string>> EnumMemberNamesPerType;
}
}