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