C# 클래스 Monospace.NoThreads.IteratorCoroutines.IteratorExample

파일 보기 프로젝트 열기: MindTouch/Monospace.NoThreads

공개 메소드들

메소드 설명
Produce ( ) : IEnumerator

Enumerator methods that contain at least one yield do not actually return a value of IEnumerator but are converted by the compiler into a statemachine at call time which does not execute the method until the first call to MoveNext

비공개 메소드들

메소드 설명
Run ( ) : void

메소드 상세

Produce() 공개 메소드

Enumerator methods that contain at least one yield do not actually return a value of IEnumerator but are converted by the compiler into a statemachine at call time which does not execute the method until the first call to MoveNext
public Produce ( ) : IEnumerator
리턴 IEnumerator