ObservableObject.TaskNotifier<T>.Implicit Operator

Definition

public static implicit operator System.Threading.Tasks.Task<T>? (Microsoft.Toolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier<T>? notifier);
static member op_Implicit : Microsoft.Toolkit.Mvvm.ComponentModel.ObservableObject.TaskNotifier<'T> -> System.Threading.Tasks.Task<'T>
Public Shared Widening Operator CType (notifier As ObservableObject.TaskNotifier(Of T)) As Task(Of T)

Parameters

Returns

Task<T>

Applies to