Show / Hide Table of Contents

Enum Coroutine.CoroutineType

Possible types of coroutine

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public enum CoroutineType

ClrCallback

A CLR callback assigned to a coroutine.

ClrCallbackDead

A CLR callback assigned to a coroutine and already executed.

Coroutine

A valid coroutine

Back to top Built by Itinero, MIT licensed.