SwitchArchiveTypeBuilder.

WithArchiveType<T>(T, SwitchArchiveType) Method

Summary

fluent setter for ISupportSwitchArchiveType.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
SwitchArchiveTypeBuilder

Syntax

public static T WithArchiveType<T>(this T this, SwitchArchiveType type) 
    where T : ISupportSwitchBuilder<ISupportSwitchArchiveType>

Attributes

Type Description
NullableContextAttribute

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.