Microsoft.VisualBasic.CompilerServices.VBIndexSetComplexBinder
namespace Microsoft.VisualBasic.CompilerServices
{
internal class VBIndexSetComplexBinder : SetIndexBinder
{
public VBIndexSetComplexBinder(CallInfo callInfo, bool optimisticSet, bool rValueBase);
}
}