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

SetIndexBinder

public abstract class SetIndexBinder : DynamicMetaObjectBinder
Represents the dynamic set index 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 SetIndexBinder(CallInfo callInfo)

Initializes a new instance of the SetIndexBinder.

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

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