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

namespace System.Linq.Expressions
{
public class UnaryExpression // TypeDefIndex: 9729
{
	// Fields
	type#27712 <Type>k__BackingField;
	type#18211 <NodeType>k__BackingField;
	type#18187 <Operand>k__BackingField;
	type#22696 <Method>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18210 nodeType, type#18184 expression, type#27705 type, type#22692 method) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#18184 get_Operand() { }
	// RVA: -1
	public type#22692 get_Method() { }
	// RVA: -1
	public type#15313 get_IsLifted() { }
	// RVA: -1
	public type#15313 get_IsLiftedToNull() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	public virtual type#15313 get_CanReduce() { }
	// RVA: -1
	public virtual type#18184 Reduce() { }
	// RVA: -1
	private type#15313 get_IsPrefix() { }
	// RVA: -1
	private type#27990 FunctionalOp(type#18184 operand) { }
	// RVA: -1
	private type#18184 ReduceVariable() { }
	// RVA: -1
	private type#18184 ReduceMember() { }
	// RVA: -1
	private type#18184 ReduceIndex() { }
	// RVA: -1
	public type#27990 Update(type#18184 operand) { }
}
}
