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

CreateInstanceBinder

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

Gets the signature of the arguments at the call site.

protected CreateInstanceBinder(CallInfo callInfo)

Initializes a new intsance of the CreateInstanceBinder.

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

When overridden in the derived class, performs the binding of the dynamic create operation if the target dynamic object cannot bind.