FixieSettings.

Options Property

Summary

Gets the collection of Options as KeyValuePairs.
Namespace
Cake.Common.Tools.Fixie
Containing Type
FixieSettings

Syntax

public IDictionary<string, IList<string>> Options { get; }

Value

Type Description
IDictionary<string, IList<string>> The collection of keys and values.