Table of Contents

Method SetOptions

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

SetOptions(IEnumerable<Option<T>>)

Replaces the current list of options with the specified collection of Option<T> objects.

void SetOptions(IEnumerable<Option<T>> options)

Parameters

options IEnumerable<Option<T>>

The collection of options to set.

SetOptions(IEnumerable<T>)

Replaces the current list of options with the specified collection of values of type T.

void SetOptions(IEnumerable<T> options)

Parameters

options IEnumerable<T>

The collection of values to set.