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