NUnit.Framework.Internal.Execution.IEvent<TListener>
Interface for ALL event types that can be queued for processing.
namespace NUnit.Framework.Internal.Execution
{
public interface IEvent<[System.Runtime.CompilerServices.Nullable(2)] in TListener>
{
void Send(TListener listener);
}
}