System::Runtime::CompilerServices::YieldAwaitable::YieldAwaiter::get_IsCompleted method

YieldAwaiter::get_IsCompleted method

Gets whether the yield operation has completed.

bool System::Runtime::CompilerServices::YieldAwaitable::YieldAwaiter::get_IsCompleted() const

ReturnValue

Always returns false, indicating the operation is not yet complete.

See Also