<PackageReference Include="System.Dynamic.Runtime" Version="4.0.11-beta-23409" />

UnaryOperationBinder

Represents the unary dynamic operation at the call site, providing the binding semantic and the details about the operation.
public ExpressionType Operation { get; }

The unary operation kind.

protected UnaryOperationBinder(ExpressionType operation)

Initializes a new instance of the BinaryOperationBinder class.

Performs the binding of the unary dynamic operation if the target dynamic object cannot bind.

Performs the binding of the unary dynamic operation if the target dynamic object cannot bind.