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

namespace System.Linq.Expressions.Interpreter
{
public class NewArrayInitInstruction // TypeDefIndex: 9757
{
	// Fields
	type#27712 _elementType;
	type#20877 _elementCount;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#27705 elementType, type#20867 elementCount) { }
	// 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) { }
}
}
