Summary
    fluent setter for 
		ISupportSwitchOutputDirectory.
    - Namespace
 - Cake
.SevenZip .Builder  - Containing Type
 - Switch
Output Directory Builder  
Syntax
public static T WithOutputDirectory<T>(this T this, DirectoryPath directory) 
    where T : ISupportSwitchBuilder<ISupportSwitchOutputDirectory>
	Type Parameters
| Name | Description | 
|---|---|
| T | the builder to support the ISupportSwitchOutputDirectory. | 
					
Parameters
| Name | Type | Description | 
|---|---|---|
| this | T | The builder-instance. | 
| directory | DirectoryPath | The directory to output to. | 
Return Value
| Type | Description | 
|---|---|
| T | The builder-instance for fluent re-use. |