Microsoft.CSharp.RuntimeBinder.CSharpBinaryOperationBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpBinaryOperationBinder : BinaryOperationBinder
{
public CSharpBinaryOperationBinder(ExpressionType operation, bool isChecked, CSharpBinaryOperationFlags binaryOperationFlags, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
}
}