C# 클래스 Xtalion.Coroutines.Yield

파일 보기 프로젝트 열기: yevhen/Servelat-Pieces

공개 메소드들

메소드 설명
Call ( IEnumerable routine ) : void
Wait ( IEnumerable routine ) : void

비공개 메소드들

메소드 설명
ActionCompleted ( object sender, EventArgs args ) : void
Iterate ( ) : void
Yield ( IEnumerable routine, ActionConductor conductor ) : System

메소드 상세

Call() 공개 정적인 메소드

public static Call ( IEnumerable routine ) : void
routine IEnumerable
리턴 void

Wait() 공개 정적인 메소드

public static Wait ( IEnumerable routine ) : void
routine IEnumerable
리턴 void