TextSuggestionProviderAsync Constructor

Constructor class.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public TextSuggestionProviderAsync(
	Func<string, Task<string>> getSuggestion
)

Parameters

getSuggestion  FuncString, TaskString
Delegate method that will provide the string with the suggestion.

See Also