Beispiel #1
0
 Yield(IEnumerable <IAction> routine, ActionConductor conductor)
 {
     iterator       = routine.GetEnumerator();
     this.conductor = conductor;
 }
Beispiel #2
0
 Yield(IEnumerable<IAction> routine, ActionConductor conductor)
 {
     iterator = routine.GetEnumerator();
     this.conductor = conductor;
 }