Try without the “&&”
public class TestStep<StartEvent, CompletedEvent>
where StartEvent : MyBase1, MyInterface1, new()
where CompletedEvent : MyBase2, MyInterface2, new()
{
}
Try without the “&&”
public class TestStep<StartEvent, CompletedEvent>
where StartEvent : MyBase1, MyInterface1, new()
where CompletedEvent : MyBase2, MyInterface2, new()
{
}