Summary
fluent setter for
ISupportSwitchPassword.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Password Builder
Syntax
public static T WithPassword<T>(this T this, string password)
where T : ISupportSwitchBuilder<ISupportSwitchPassword>
Type Parameters
| Name | Description |
|---|---|
| T | the builder to support the ISupportSwitchPassword. |
Parameters
| Name | Type | Description |
|---|---|---|
| this | T | The builder-instance. |
| password | string | The password. |
Return Value
| Type | Description |
|---|---|
| T | The builder-instance for fluent re-use. |