Show / Hide Table of Contents

    Class SuggestionSet

    A managed set of suggestions for a given context.

    Inheritance
    Object
    SuggestionSet
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public class SuggestionSet

    Fields

    Context

    The context this suggestion set was produced for.

    Declaration
    public SuggestionContext Context
    Field Value
    Type Description
    SuggestionContext

    SelectionIndex

    The index of the current selection in the set.

    Declaration
    public int SelectionIndex
    Field Value
    Type Description
    Int32

    Suggestions

    The suggestions contained within the set.

    Declaration
    public readonly List<IQcSuggestion> Suggestions
    Field Value
    Type Description
    List<IQcSuggestion>

    Properties

    CurrentSelection

    The currently selected suggestion in the set, if any.

    Declaration
    public IQcSuggestion CurrentSelection { get; }
    Property Value
    Type Description
    IQcSuggestion

    Extension Methods

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