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

namespace System.Linq.Expressions
{
public class GotoExpressionKind // TypeDefIndex: 9663
{
	// Fields
	type#20890 value__;
	type#19189 Goto;
	type#19189 Return;
	type#19189 Break;
	type#19189 Continue;
}
}
