Microsoft.CSharp.RuntimeBinder.CSharpSetIndexBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpSetIndexBinder : SetIndexBinder
{
public CSharpSetIndexBinder(bool isCompoundAssignment, bool isChecked, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
}
}