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

namespace System.Linq.Expressions
{
public class LoopExpression // TypeDefIndex: 9688
{
	// Fields
	type#18187 <Body>k__BackingField;
	type#21768 <BreakLabel>k__BackingField;
	type#21768 <ContinueLabel>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18184 body, type#21767 break, type#21767 continue) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#18184 get_Body() { }
	// RVA: -1
	public type#21767 get_BreakLabel() { }
	// RVA: -1
	public type#21767 get_ContinueLabel() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	public type#22195 Update(type#21767 breakLabel, type#21767 continueLabel, type#18184 body) { }
}
}
