public Func<ValueTask> CloseMethodAsync { get; set; }
Public Property CloseMethodAsync As Func(Of ValueTask)
Get
Set
public:
property Func<ValueTask>^ CloseMethodAsync {
Func<ValueTask>^ get ();
void set (Func<ValueTask>^ value);
}
member CloseMethodAsync : Func<ValueTask> with get, set