This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x020000E9 RID: 233
[Token(Token = "0x20000E9")]
internal static class ConvertHelper
{
// Token: 0x060005F4 RID: 1524 RVA: 0x000034F8 File Offset: 0x000016F8
[Token(Token = "0x60005F4")]
[Address(RVA = "0x5B00F0", Offset = "0x5AEEF0", VA = "0x1805B00F0")]
public static int ToInt32NoNull(object val)
{
return 0;
}
}
}