Summary
Initializes a new instance of the
CakeConfiguration class.
- Namespace
- Cake
.Core .Configuration - Containing Type
- CakeConfiguration
Syntax
public CakeConfiguration(IDictionary<string, string> lookup)
Parameters
| Name | Type | Description |
|---|---|---|
| lookup | IDictionary |
The initial configuration table. |
Return Value
| Type | Description |
|---|---|
| void |
