/// <summary> /// Invokes the end-when event. /// </summary> protected virtual void InvokeEndWhen() { var args = new ActorEventArgs(this); EndWhen?.Invoke(this, args); }
public void Visit(EndWhen instruction) { _ignores.Pop(); }