コード例 #1
0
 Yield(IEnumerable <IAction> routine, ActionConductor conductor)
 {
     iterator       = routine.GetEnumerator();
     this.conductor = conductor;
 }
コード例 #2
0
ファイル: Yield.cs プロジェクト: yevhen/Servelat-Pieces
 Yield(IEnumerable<IAction> routine, ActionConductor conductor)
 {
     iterator = routine.GetEnumerator();
     this.conductor = conductor;
 }