AsyncResourceProvider Constructor
Constructor class.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public AsyncResourceProvider(
Func<string, Task<string>> method
)
Public Sub New (
method As Func(Of String, Task(Of String))
)
Parameters
- method FuncString, TaskString
- Delegated method that will provide the value of the resource.