// Assembly: System.Core
// Full name: System.Linq.Expressions.LambdaExpression

namespace System.Linq.Expressions
{
public class LambdaExpression // TypeDefIndex: 9678
{
	// Fields
	type#18187 _body;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18184 body) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	internal abstract type#27705 get_TypeCore() { }
	// RVA: -1
	internal abstract type#27705 get_PublicType() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#26576 get_Name() { }
	// RVA: -1
	internal virtual type#26576 get_NameCore() { }
	// RVA: -1
	public type#18184 get_Body() { }
	// RVA: -1
	public type#27705 get_ReturnType() { }
	// RVA: -1
	public type#15313 get_TailCall() { }
	// RVA: -1
	internal virtual type#15313 get_TailCallCore() { }
	// RVA: -1
	private virtual type#24228 System.Linq.Expressions.IParameterProvider.GetParameter(type#20867 index) { }
	// RVA: -1
	internal virtual type#24228 GetParameter(type#20867 index) { }
	// RVA: -1
	private virtual type#20867 System.Linq.Expressions.IParameterProvider.get_ParameterCount() { }
	// RVA: -1
	internal virtual type#20867 get_ParameterCount() { }
}
}
