This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x020000F4 RID: 244
[Token(Token = "0x20000F4")]
internal static class ConvertHelper
{
// Token: 0x06000690 RID: 1680 RVA: 0x000037C8 File Offset: 0x000019C8
[Token(Token = "0x6000690")]
[Address(RVA = "0xE92F80", Offset = "0xE91F80", VA = "0x180E92F80")]
public static int ToInt32NoNull(object val)
{
return 0;
}
}
}