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

namespace System.Linq.Expressions.Interpreter
{
public class NumericConvertInstruction // TypeDefIndex: 10051
{
	// Fields
	type#27730 _from;
	type#27730 _to;
	type#15322 _isLiftedToNull;

	// Methods
	// RVA: -1
	protected type#28660 .ctor(type#27728 from, type#27728 to, type#15313 isLiftedToNull) { }
	// RVA: -1
	public virtual type#20867 Run(type#21011 frame) { }
	// RVA: -1
	protected abstract type#23705 Convert(type#23705 obj) { }
	// RVA: -1
	public virtual type#26576 get_InstructionName() { }
	// RVA: -1
	public virtual type#20867 get_ConsumedStack() { }
	// RVA: -1
	public virtual type#20867 get_ProducedStack() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
