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,31 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace System.Linq.Expressions.Interpreter
{
// Token: 0x02000228 RID: 552
[Token(Token = "0x2000228")]
internal sealed class RuntimeVariables : IRuntimeVariables
{
// Token: 0x06000B56 RID: 2902 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000B56")]
[Address(RVA = "0x493D90", Offset = "0x492D90", VA = "0x180493D90")]
private RuntimeVariables(IStrongBox[] boxes)
{
}
// Token: 0x06000B57 RID: 2903 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000B57")]
[Address(RVA = "0xE6C480", Offset = "0xE6B480", VA = "0x180E6C480")]
internal static IRuntimeVariables Create(IStrongBox[] boxes)
{
return null;
}
// Token: 0x04000451 RID: 1105
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000451")]
private readonly IStrongBox[] _boxes;
}
}