ArgumentArchiveBuilder.

WithArchive<T>(T, FilePath) Method

Summary

fluent setter for Archive.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
ArgumentArchiveBuilder

Syntax

public static T WithArchive<T>(this T this, FilePath archive) 
    where T : ISupportArgumentBuilder<IHaveArgumentArchive>

Attributes

Type Description
NullableContextAttribute

Type Parameters

Name Description
T the builder to support the IHaveArgumentArchive.

Parameters

Name Type Description
this T The builder-instance.
archive FilePath The archive to operate on.

Return Value

Type Description
T The builder-instance for fluent re-use.