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

namespace System.Linq.Expressions.Interpreter
{
public class NewInstruction // TypeDefIndex: 10010
{
	// Fields
	type#16423 _constructor;
	type#20879 _argumentCount;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#16419 constructor, type#20867 argumentCount) { }
	// 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 virtual type#20867 Run(type#21011 frame) { }
	// RVA: -1
	protected type#13299 GetArgs(type#21011 frame, type#20867 first) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
