Show / Hide Table of Contents

    Struct SuggestorOptions

    Options used by the suggestor when producing suggestions.

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public struct SuggestorOptions

    Fields

    CaseSensitive

    If case of the prompt should be considered when producing suggestions.

    Declaration
    public bool CaseSensitive
    Field Value
    Type Description
    Boolean

    CollapseOverloads

    If overloads of the same suggestion should be collapsed into a single suggestion with optional elements where possible.

    Declaration
    public bool CollapseOverloads
    Field Value
    Type Description
    Boolean

    Fuzzy

    If fuzzy searching should be used when producing suggestions.

    Declaration
    public bool Fuzzy
    Field Value
    Type Description
    Boolean

    Extension Methods

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