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

namespace System.Linq.Expressions.Interpreter
{
public class CastInstruction // TypeDefIndex: 10108
{
	// Fields
	type#15792 s_Boolean;
	type#15792 s_Byte;
	type#15792 s_Char;
	type#15792 s_DateTime;
	type#15792 s_Decimal;
	type#15792 s_Double;
	type#15792 s_Int16;
	type#15792 s_Int32;
	type#15792 s_Int64;
	type#15792 s_SByte;
	type#15792 s_Single;
	type#15792 s_String;
	type#15792 s_UInt16;
	type#15792 s_UInt32;
	type#15792 s_UInt64;

	// Methods
	// RVA: -1
	public virtual type#20867 get_ConsumedStack() { }
	// RVA: -1
	public virtual type#20867 get_ProducedStack() { }
	// RVA: -1
	public virtual type#26576 get_InstructionName() { }
	// RVA: -1
	public static type#20844 Create(type#27705 t) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
