SwitchPasswordBuilder.

WithPassword<T>(T, string) Method

Summary

fluent setter for ISupportSwitchPassword.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
SwitchPasswordBuilder

Syntax

public static T WithPassword<T>(this T this, string password) 
    where T : ISupportSwitchBuilder<ISupportSwitchPassword>

Attributes

Type Description
NullableContextAttribute

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.