Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IParameterOptions.cs
2using System.Threading.Tasks;
3using Waher.Script;
4
6{
10 public interface IParameterOptions
11 {
17 Task<KeyValuePair<string, string>[]> GetOptions(Variables Variables);
18 }
19}
Collection of variables.
Definition: Variables.cs:25
Interface for classes implementing parameter options.
Task< KeyValuePair< string, string >[]> GetOptions(Variables Variables)
Gets the options for the parameter.