// Assembly: System.Core
// Full name: System.Linq.Expressions.Interpreter.LabelScopeKind

namespace System.Linq.Expressions.Interpreter
{
public class LabelScopeKind // TypeDefIndex: 9893
{
	// Fields
	type#20890 value__;
	type#21766 Statement;
	type#21766 Block;
	type#21766 Switch;
	type#21766 Lambda;
	type#21766 Try;
	type#21766 Catch;
	type#21766 Finally;
	type#21766 Filter;
	type#21766 Expression;
}
}
