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 SourceGetInputChoices(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[] |
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[] |