Files
Apr2020-Cpp2Il-Dump/Backtrace.Unity/Common/TypeHelper.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

24 lines
580 B
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace Backtrace.Unity.Common
{
// Token: 0x02000050 RID: 80
[Token(Token = "0x200003A")]
public static class TypeHelper
{
// Token: 0x06000240 RID: 576 RVA: 0x0000290C File Offset: 0x00000B0C
[Token(Token = "0x60001E4")]
[Address(RVA = "0x241AFE0", Offset = "0x2419DE0", VA = "0x18241AFE0")]
public static bool IsNumeric(Type myType)
{
return default(bool);
}
// Token: 0x0400017D RID: 381
[Token(Token = "0x4000121")]
private static readonly HashSet<Type> NumericTypes;
}
}