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

DynamicMetaObjectBinder

public abstract class DynamicMetaObjectBinder : CallSiteBinder
The dynamic call site binder that participates in the DynamicMetaObject binding protocol.
public virtual Type ReturnType { get; }

The result type of the operation.

Initializes a new instance of the DynamicMetaObjectBinder class.

When overridden in the derived class, performs the binding of the dynamic operation.

Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.

Defers the binding of the operation until later time when the runtime values of all dynamic operation arguments have been computed.

Gets an expression that will cause the binding to be updated. It indicates that the expression's binding is no longer valid. This is typically used when the "version" of a dynamic object has changed.