Summary
fluent setter for
ISupportSwitchCompressionMethod
using an action.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Compression Method Builder
Syntax
public static T WithCompressionMethod<T>(this T this, Action<SwitchCompressionMethod> action)
where T : ISupportSwitchBuilder<ISupportSwitchCompressionMethod>
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchCompressionMethod . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The this. |
action | Action |
The action. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |