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.
public void RemoveOption(Option<T> option)
Parameters
Exceptions
- ArgumentNullException
When option is null.
RemoveOption(T)
Removes all options representing the specified value from the list of available options.
public void RemoveOption(T value)
Parameters
value
TThe value to remove.