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.

public void AddOption(Option<T> option)

Parameters

option Option<T>

The option to add as an Option<T>.

Exceptions

ArgumentNullException

When options is null.

AddOption(T)

Adds a new value to the list of available options.

This value is represented in the checkboxlist by its <xref href="System.Object.ToString" data-throw-if-not-resolved="false"></xref> counterpart.
public void AddOption(T value)

Parameters

value T