Summary
fluent setter for
ISupportSwitchCompressFilesOpenForWriting.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Compress Files Open For Writing Builder
Syntax
public static T WithCompressFilesOpenForWriting<T>(this T this)
where T : ISupportSwitchBuilder<ISupportSwitchCompressFilesOpenForWriting>
Type Parameters
| Name | Description |
|---|---|
| T | the builder to support the ISupportSwitchCompressFilesOpenForWriting. |
Parameters
| Name | Type | Description |
|---|---|---|
| this | T | The builder-instance. |
Return Value
| Type | Description |
|---|---|
| T | The builder-instance for fluent re-use. |