19 lines
445 B
C#
19 lines
445 B
C#
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;
|
|
}
|
|
}
|
|
}
|