20 lines
587 B
C#
20 lines
587 B
C#
using System;
|
|
using System.Collections.ObjectModel;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Linq.Expressions
|
|
{
|
|
// Token: 0x02000096 RID: 150
|
|
[Token(Token = "0x2000096")]
|
|
internal static class ExpressionCreator<TDelegate>
|
|
{
|
|
// Token: 0x0600047A RID: 1146 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x600047A")]
|
|
[Address(RVA = "0x2A1A390", Offset = "0x2A19190", VA = "0x182A1A390")]
|
|
public static LambdaExpression CreateExpressionFunc(Expression body, string name, bool tailCall, ReadOnlyCollection<ParameterExpression> parameters)
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
}
|