Show / Hide Table of Contents

    Struct InlineSuggestionsTag

    Object that holds all the inlined suggestions provided to SuggestionsAttribute.

    Implements
    IQcSuggestorTag
    Namespace: QFSW.QC.Suggestors.Tags
    Assembly: QFSW.QC.dll
    Syntax
    public struct InlineSuggestionsTag : IQcSuggestorTag

    Constructors

    InlineSuggestionsTag(IEnumerable<String>)

    Declaration
    public InlineSuggestionsTag(IEnumerable<string> suggestions)
    Parameters
    Type Name Description
    IEnumerable<String> suggestions

    Fields

    Suggestions

    Declaration
    public readonly IEnumerable<string> Suggestions
    Field Value
    Type Description
    IEnumerable<String>

    Implements

    IQcSuggestorTag

    Extension Methods

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