Microsoft.CSharp.RuntimeBinder.CSharpGetIndexBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpGetIndexBinder : GetIndexBinder
{
public CSharpGetIndexBinder(Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
}
}