19 lines
445 B
C#
19 lines
445 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Linq.Expressions.Interpreter
|
|
{
|
|
// Token: 0x02000252 RID: 594
|
|
[Token(Token = "0x2000252")]
|
|
internal static class DelegateHelpers
|
|
{
|
|
// Token: 0x06000BDD RID: 3037 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000BDD")]
|
|
[Address(RVA = "0xE93F70", Offset = "0xE92F70", VA = "0x180E93F70")]
|
|
internal static Type MakeDelegate(Type[] types)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|