Method SetOptions
- Namespace
- Skyline.DataMiner.Utils.InteractiveAutomationScript
- Assembly
- Skyline.DataMiner.Utils.InteractiveAutomationScriptToolkit.dll
SetOptions(IEnumerable<T>)
Replaces the current list of options with the specified collection of values of type T
.
public override void SetOptions(IEnumerable<T> options)
Parameters
options
IEnumerable<T>The collection of values to set.
Exceptions
- ArgumentNullException
When options is null.