FixieSettingsExtensions.

WithOption(FixieSettings, string, string[]) Method

Summary

Adds an option to the settings.

Syntax

public static FixieSettings WithOption(this FixieSettings settings, string name, params string[] values)

Parameters

Name Type Description
settings FixieSettings The settings.
name string The option name.
values string[] The option values.

Return Value

Type Description
FixieSettings The same FixieSettings instance so that multiple calls can be chained.