Show / Hide Table of Contents

    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.

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top