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

namespace System.Linq.Expressions
{
public class LabelExpression // TypeDefIndex: 9676
{
	// Fields
	type#21768 <Target>k__BackingField;
	type#18187 <DefaultValue>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#21767 label, type#18184 defaultValue) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#21767 get_Target() { }
	// RVA: -1
	public type#18184 get_DefaultValue() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	public type#21759 Update(type#21767 target, type#18184 defaultValue) { }
}
}
