Table of Contents

Method Create

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

Create<T>(string, T)

public static Option<T> Create<T>(string displayValue, T value)

Parameters

displayValue string
value T

Returns

Option<T>

Type Parameters

T