Summary
fluent setter for
ISupportSwitchArchiveType
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Archive Type Builder
Syntax
public static T WithArchiveType<T>(this T this, SwitchArchiveType type)
where T : ISupportSwitchBuilder<ISupportSwitchArchiveType>
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchArchiveType . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
type | SwitchArchiveType | The type to set. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |