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

namespace System.Linq.Expressions
{
public class ConditionalExpression // TypeDefIndex: 9651
{
	// Fields
	type#18187 <Test>k__BackingField;
	type#18187 <IfTrue>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18184 test, type#18184 ifTrue) { }
	// RVA: -1
	internal static type#16294 Make(type#18184 test, type#18184 ifTrue, type#18184 ifFalse, type#27705 type) { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public type#18184 get_Test() { }
	// RVA: -1
	public type#18184 get_IfTrue() { }
	// RVA: -1
	public type#18184 get_IfFalse() { }
	// RVA: -1
	internal virtual type#18184 GetFalse() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	public type#16294 Update(type#18184 test, type#18184 ifTrue, type#18184 ifFalse) { }
}
}
