InvokeBinder
Represents the invoke dynamic 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 instance of the InvokeBinder.
Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.
public abstract DynamicMetaObject FallbackInvoke(DynamicMetaObject target, DynamicMetaObject[] args, DynamicMetaObject errorSuggestion)
Performs the binding of the dynamic invoke operation if the target dynamic object cannot bind.