YieldAwaitable Struct

Definition

Provides the context for waiting when asynchronously switching into a target environment.

public value class YieldAwaitable
public struct YieldAwaitable
public readonly struct YieldAwaitable
type YieldAwaitable = struct
Public Structure YieldAwaitable
Inheritance
YieldAwaitable

Remarks

This type and its members are intended for use by the compiler.

Methods

GetAwaiter()

Retrieves a YieldAwaitable.YieldAwaiter object for this instance of the class.

Applies to