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