m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.ObjectModel;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Linq.Expressions
|
||||
{
|
||||
// Token: 0x020000A1 RID: 161
|
||||
[Token(Token = "0x20000A1")]
|
||||
internal static class ExpressionCreator<TDelegate>
|
||||
{
|
||||
// Token: 0x06000501 RID: 1281 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000501")]
|
||||
[Address(RVA = "0x30AF480", Offset = "0x30AE480", VA = "0x1830AF480")]
|
||||
public static LambdaExpression CreateExpressionFunc(Expression body, string name, bool tailCall, ReadOnlyCollection<ParameterExpression> parameters)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user