Class YieldRequest
Class wrapping a request to yield a coroutine
Inheritance
System.Object
YieldRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class YieldRequest
Fields
ReturnValues
The return values of the coroutine
Declaration
public DynValue[] ReturnValues
Field Value
DynValue[]
|
Properties
Forced
Gets or sets a value indicating whether this YieldRequest is a forced yield.
Declaration
public bool Forced { get; }
Property Value
System.Boolean
|