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