Table of Contents

Method Uncheck

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

Uncheck(Option<T>)

Marks the specified option as unchecked.

public void Uncheck(Option<T> option)

Parameters

option Option<T>

The option to uncheck.

Exceptions

ArgumentNullException

When option is null.

ArgumentException

When the option does not exist.

Uncheck(T)

Marks the option with the specified value as unchecked.

public void Uncheck(T value)

Parameters

value T

The value of the option to uncheck.

Exceptions

ArgumentException

When the option does not exist.