Microsoft.CSharp.RuntimeBinder.CSharpIsEventBinder
namespace Microsoft.CSharp.RuntimeBinder
{
internal sealed class CSharpIsEventBinder : DynamicMetaObjectBinder
{
public CSharpIsEventBinder(string name, Type callingContext);
}
}