Interface IQcSuggestor
A suggestor that is loaded by the QuantumSuggestor to suggest IQcSuggestions
Namespace: QFSW.QC
Assembly: QFSW.QC.dll
Syntax
public interface IQcSuggestor
Methods
GetSuggestions(SuggestionContext, SuggestorOptions)
Gets the suggestions for a given context.
Declaration
IEnumerable<IQcSuggestion> GetSuggestions(SuggestionContext context, SuggestorOptions options)
Parameters
| Type | Name | Description |
|---|---|---|
| SuggestionContext | context | The context to provide suggestions for. |
| SuggestorOptions | options | Options used by the suggestor. |
Returns
| Type | Description |
|---|---|
| IEnumerable<IQcSuggestion> | The suggestions produced for the context. |