Table of Contents

Method Check

Namespace
Skyline.DataMiner.Utils.InteractiveAutomationScript
Assembly
Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll

Check(Option<T>)

Marks the specified option as checked.

public void Check(Option<T> option)

Parameters

option Option<T>

The option to check.

Exceptions

ArgumentNullException

When option is null.

ArgumentException

When the option does not exist.

Check(T)

Marks the option with the specified value as checked.

public void Check(T value)

Parameters

value T

The value of the option to check.

Exceptions

ArgumentException

When the option does not exist.