Esempio n. 1
0
        /// <summary>
        /// Invokes the end-when event.
        /// </summary>
        protected virtual void InvokeEndWhen()
        {
            var args = new ActorEventArgs(this);

            EndWhen?.Invoke(this, args);
        }
Esempio n. 2
0
 public void Visit(EndWhen instruction)
 {
     _ignores.Pop();
 }