// Assembly: System.Core
// Full name: System.Dynamic.BinaryOperationBinder

namespace System.Dynamic
{
public class BinaryOperationBinder // TypeDefIndex: 10133
{
	// Fields
	type#18211 <Operation>k__BackingField;

	// Methods
	// RVA: -1
	public type#18210 get_Operation() { }
	// RVA: -1
	public type#17562 FallbackBinaryOperation(type#17562 target, type#17562 arg) { }
	// RVA: -1
	public abstract type#17562 FallbackBinaryOperation(type#17562 target, type#17562 arg, type#17562 errorSuggestion) { }
	// RVA: -1
	public virtual type#17562 Bind(type#17562 target, type#12998 args) { }
}
}
