public readonly struct SyncContextAwaiter : INotifyCompletion
Public Structure SyncContextAwaiter
Implements INotifyCompletion
public value class SyncContextAwaiter : INotifyCompletion
[<SealedAttribute>]
type SyncContextAwaiter =
struct
inherit ValueType
interface INotifyCompletion
end
SyncContextAwaiter(SyncContextText) | Initializes a new instance of the SyncContextAwaiter class |
SyncContextAwaiter(SynchronizationContext) | Initializes a new instance of the SyncContextAwaiter class |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
GetResult | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
OnCompleted | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |