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

namespace System.Linq.Expressions.Interpreter
{
public class MethodInfoCallInstruction // TypeDefIndex: 9767
{
	// Fields
	type#22697 _target;
	type#20879 _argumentCount;

	// Methods
	// RVA: -1
	public virtual type#20867 get_ArgumentCount() { }
	// RVA: -1
	internal type#28660 .ctor(type#22692 target, type#20867 argumentCount) { }
	// RVA: -1
	public virtual type#20867 get_ProducedStack() { }
	// RVA: -1
	public virtual type#20867 Run(type#21011 frame) { }
	// RVA: -1
	protected type#13299 GetArgs(type#21011 frame, type#20867 first, type#20867 skip) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
