SetIndexBinder
Represents the dynamic set index 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 SetIndexBinder.
public DynamicMetaObject FallbackSetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value)
Performs the binding of the dynamic set index operation if the target dynamic object cannot bind.
public abstract DynamicMetaObject FallbackSetIndex(DynamicMetaObject target, DynamicMetaObject[] indexes, DynamicMetaObject value, DynamicMetaObject errorSuggestion)
When overridden in the derived class, performs the binding of the dynamic set index operation if the target dynamic object cannot bind.