Method RemoveOption
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
RemoveOption(Option<T>)
Removes the specified option from the list of available options.
void RemoveOption(Option<T> option)
Parameters
RemoveOption(T)
Removes all options representing the specified value from the list of available options.
void RemoveOption(T value)
Parameters
value
TThe value to remove.