Method AddOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
AddOption(Option<T>)
Adds a new option to the list of available options.
void AddOption(Option<T> option)
Parameters
AddOption(T)
Adds a new value to the list of available options.
void AddOption(T value)
Parameters
value
TThe value to add.