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

namespace System.Linq.Expressions
{
public class GotoExpression // TypeDefIndex: 9664
{
	// Fields
	type#27712 <Type>k__BackingField;
	type#18187 <Value>k__BackingField;
	type#21768 <Target>k__BackingField;
	type#19188 <Kind>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#19187 kind, type#21767 target, type#18184 value, type#27705 type) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#18184 get_Value() { }
	// RVA: -1
	public type#21767 get_Target() { }
	// RVA: -1
	public type#19187 get_Kind() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	public type#19186 Update(type#21767 target, type#18184 value) { }
}
}
