A sealed configuration seam for constructing environment variables, replacing the former EnvironmentVariablesBuilder / IEnvironmentVariablesBuilder pair.
public sealed class EnvironmentVariablesSpec
kind:method, kind:property, kind:ctor. Press Esc to clear.EnvironmentVariablesSpec()Initialises a new instance of the EnvironmentVariablesSpec class with default settings.EnvironmentVariablesSpec(StringComparer, Boolean)Initialises a new instance of the EnvironmentVariablesSpec class.Build()Builds the dictionary of configured environment variables.Clear()Deletes the environment variable values.SetDictionary(IDictionary<String, String>)Sets multiple environment variables from a dictionary.SetEnumerable(IEnumerable<KeyValuePair<String, String>>)Sets multiple environment variables.SetPair(String, String)Sets a single environment variable.SetReadOnlyDictionary(IReadOnlyDictionary<String, String>)Sets multiple environment variables from a read-only dictionary.