// Assembly: System.Core
// Full name: System.Linq.Expressions.IndexExpression

namespace System.Linq.Expressions
{
public class IndexExpression // TypeDefIndex: 9667
{
	// Fields
	type#7709 _arguments;
	type#18187 <Object>k__BackingField;
	type#24783 <Indexer>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#18184 instance, type#24780 indexer, type#7708 arguments) { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public type#18184 get_Object() { }
	// RVA: -1
	public type#24780 get_Indexer() { }
	// RVA: -1
	public virtual type#18184 GetArgument(type#20867 index) { }
	// RVA: -1
	public virtual type#20867 get_ArgumentCount() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
	// RVA: -1
	internal type#18184 Rewrite(type#18184 instance, type#13034 arguments) { }
}
}
