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

namespace System.Linq.Expressions.Interpreter
{
public class EnterTryCatchFinallyInstruction // TypeDefIndex: 9776
{
	// Fields
	type#15322 _hasFinally;
	type#27661 _tryHandler;

	// Methods
	// RVA: -1
	internal type#28660 SetTryHandler(type#27660 tryHandler) { }
	// RVA: -1
	internal type#27660 get_Handler() { }
	// RVA: -1
	public virtual type#20867 get_ProducedContinuations() { }
	// RVA: -1
	private type#28660 .ctor(type#20867 targetIndex, type#15313 hasFinally) { }
	// RVA: -1
	internal static type#17856 CreateTryFinally(type#20867 labelIndex) { }
	// RVA: -1
	internal static type#17856 CreateTryCatch() { }
	// RVA: -1
	public virtual type#20867 Run(type#21011 frame) { }
	// RVA: -1
	public virtual type#26576 get_InstructionName() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
