Microsoft.CSharp.RuntimeBinder.Semantics.EXPREVENT
namespace Microsoft.CSharp.RuntimeBinder.Semantics
{
internal class EXPREVENT : EXPR
{
public EXPR OptionalObject;
public EventWithType ewt;
public EXPREVENT();
}
}