a
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user