C# Class Monospace.NoThreads.IteratorCoroutines.IteratorExample

Afficher le fichier Open project: MindTouch/Monospace.NoThreads

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Run ( ) : void

Method Details

Produce() public méthode

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
Résultat IEnumerator