Class YieldInstruction
public class YieldInstruction : CustomYieldInstruction
- Inheritance
-
YieldInstruction
- Derived
- Extension Methods
Properties
IsDone
public bool IsDone { get; protected set; }
Property Value
IsError
public bool IsError { get; protected set; }
Property Value
keepWaiting
public override bool keepWaiting { get; }
Property Value
Methods
GetAwaiter()
Returns an awaiter so callers can await this instruction directly.
public YieldInstructionAwaiter GetAwaiter()