Method | 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
|
Method | Description | |
---|---|---|
Run ( ) : void |