CreateInstanceBinder
Represents the dynamic create operation at the call site, providing the binding semantic and the details about the operation.
Gets the signature of the arguments at the call site.
Initializes a new intsance of the CreateInstanceBinder.
Performs the binding of the dynamic create operation if the target dynamic object cannot bind.
public abstract DynamicMetaObject FallbackCreateInstance(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion)
When overridden in the derived class, performs the binding of the dynamic create operation if the target dynamic object cannot bind.