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 |
The collection of keys and values. |
