public abstract Func<TClient, int, Task<bool?>> ActionForCheck { get; set; }
Public MustOverride Property ActionForCheck As Func(Of TClient, Integer, Task(Of Boolean?))
Get
Set
abstract ActionForCheck : Func<'TClient, int, Task<Nullable<bool>>> with get, set