Summary
    Creates a configuration from the provided arguments.
    
		- Namespace
 - Cake
.Core .Configuration  - Containing Type
 - Cake
Configuration Provider  
Syntax
public ICakeConfiguration CreateConfiguration(DirectoryPath path, IDictionary<string, string> arguments)
	Parameters
| Name | Type | Description | 
|---|---|---|
| path | DirectoryPath | The directory to look for the configuration file. | 
| arguments | IDictionary | 
						The arguments. | 
Return Value
| Type | Description | 
|---|---|
| ICakeConfiguration | The created configuration. | 
