Class InputChoiceTools
Input choice tools
Inheritance
object
InputChoiceTools
Namespace
Syntax
public static class InputChoiceTools
Methods
GetInputChoices(string[])
Gets the input choices
Returns
Declaration
public static InputChoiceInfo[] GetInputChoices(string[] Answers)
Parameters
| Name | Type | Description |
|---|---|---|
| Answers | string[] | Set of working titles. |
GetInputChoices((string, string)[])
Gets the input choices
Returns
Declaration
public static InputChoiceInfo[] GetInputChoices((string, string)[] Answers)
Parameters
| Name | Type | Description |
|---|---|---|
| Answers | (string, string)[] | Set of answers and working titles for each answer in one tuple. |