Search Results for

    Show / Hide Table of Contents

    Class InputChoiceTools

    Input choice tools

    Inheritance
    object
    InputChoiceTools
    Namespace: Terminaux.Inputs.Styles
    Assembly: Terminaux.dll
    Syntax
    public static class InputChoiceTools

    Methods

    | Edit this page View Source

    GetInputChoices(string[])

    Gets the input choices

    Declaration
    public static InputChoiceInfo[] GetInputChoices(string[] Answers)
    Parameters
    Type Name Description
    string[] Answers

    Set of working titles.

    Returns
    Type Description
    InputChoiceInfo[]
    | Edit this page View Source

    GetInputChoices((string, string)[])

    Gets the input choices

    Declaration
    public static InputChoiceInfo[] GetInputChoices((string, string)[] Answers)
    Parameters
    Type Name Description
    (string, string)[] Answers

    Set of answers and working titles for each answer in one tuple.

    Returns
    Type Description
    InputChoiceInfo[]
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX