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

namespace System.Linq.Expressions
{
public class SimpleBinaryExpression // TypeDefIndex: 9605
{
	// Fields
	type#18211 <NodeType>k__BackingField;
	type#27712 <Type>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18210 nodeType, type#18184 left, type#18184 right, type#27705 type) { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
}
}
