Table of Contents

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

option Option<T>

The option to add as an Option<T>.

AddOption(T)

Adds a new value to the list of available options.

void AddOption(T value)

Parameters

value T

The value to add.