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

namespace System.Linq.Expressions
{
public class ConstantExpression // TypeDefIndex: 9654
{
	// Fields
	type#23712 <Value>k__BackingField;

	// Methods
	// RVA: -1
	internal type#28660 .ctor(type#23705 value) { }
	// RVA: -1
	public virtual type#27705 get_Type() { }
	// RVA: -1
	public virtual type#18210 get_NodeType() { }
	// RVA: -1
	public type#23705 get_Value() { }
	// RVA: -1
	protected internal virtual type#18184 Accept(type#18218 visitor) { }
}
}
