Summary
    fluent setter for the method of 
		ISupportSwitchCompressionMethod.
    - Namespace
 - Cake
.SevenZip .Builder  - Containing Type
 - Switch
Compression Method Builder  
Syntax
public static T WithCompressionMethodLevel<T>(this T this, int level) 
    where T : ISupportSwitchBuilder<ISupportSwitchCompressionMethod>
	Type Parameters
| Name | Description | 
|---|---|
| T | the builder to support the ISupportSwitchCompressionMethod. | 
					
Parameters
| Name | Type | Description | 
|---|---|---|
| this | T | The this. | 
| level | int | The level to set. | 
Return Value
| Type | Description | 
|---|---|
| T | The builder-instance for fluent re-use. |