Microsoft.CSharp.RuntimeBinder.CSharpInvokeBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpInvokeBinder : InvokeBinder, ICSharpInvokeOrInvokeMemberBinder
{
public CSharpInvokeBinder(CSharpCallFlags flags, Type callingContext, IEnumerable<CSharpArgumentInfo> argumentInfo);
}
}