C# Класс Monospace.NoThreads.IteratorCoroutines.IteratorExample

Показать файл Открыть проект

Открытые методы

Метод Описание
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