Microsoft.CSharp.RuntimeBinder.CSharpSetIndexBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpSetIndexBinder : SetIndexBinder, ICSharpBinder
{
public string Name { get; }
public BindingFlag BindingFlags { get; }
public bool IsBinderThatCanHaveRefReceiver { get; }
public Expr DispatchPayload(RuntimeBinder runtimeBinder, ArgumentObject[] arguments, LocalVariableSymbol[] locals);
public void PopulateSymbolTableWithName(Type callingType, ArgumentObject[] arguments);
public CSharpSetIndexBinder(bool isCompoundAssignment, bool isChecked, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
public int GetGetBinderEquivalenceHash();
public bool IsEquivalentTo(ICSharpBinder other);
}
}