oh dear
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Linq.Expressions.Interpreter
|
||||
{
|
||||
// Token: 0x02000247 RID: 583
|
||||
[Token(Token = "0x2000247")]
|
||||
internal static class DelegateHelpers
|
||||
{
|
||||
// Token: 0x06000B41 RID: 2881 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000B41")]
|
||||
[Address(RVA = "0x5B10E0", Offset = "0x5AFEE0", VA = "0x1805B10E0")]
|
||||
internal static Type MakeDelegate(Type[] types)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user