Summary
fluent setter for
ISupportSwitchDeleteAfterCompression.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Delete After Compression Builder
Syntax
public static T WithDeleteAfterCompression<T>(this T this)
where T : ISupportSwitchBuilder<ISupportSwitchDeleteAfterCompression>
Type Parameters
| Name | Description |
|---|---|
| T | the builder to support the ISupportSwitchDeleteAfterCompression. |
Parameters
| Name | Type | Description |
|---|---|---|
| this | T | The builder-instance. |
Return Value
| Type | Description |
|---|---|
| T | The builder-instance for fluent re-use. |