Table of Contents

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

option Option<T>

The option to remove as an Option<T>.

RemoveOption(T)

Removes all options representing the specified value from the list of available options.

void RemoveOption(T value)

Parameters

value T

The value to remove.