AwaiterExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
We could just add a generic GetAwaiter to YieldInstruction and CustomYieldInstruction but instead we add specific methods to each derived class to allow for return values that make the most sense for the specific instruction type.
public ref class AwaiterExtensions abstract sealed
public static class AwaiterExtensions
type AwaiterExtensions = class
Public Module AwaiterExtensions
- Inheritance
-
AwaiterExtensions