ArgumentFilesBuilder.

WithFiles<T>(T, FilePathCollection) Method

Summary

See Cake.SevenZip.Builder.ArgumentFilesBuilder.WithFiles``1(``0,Cake.Core.IO.FilePath[]).
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
ArgumentFilesBuilder

Syntax

public static T WithFiles<T>(this T this, FilePathCollection files) 
    where T : ISupportArgumentBuilder<IHaveArgumentFiles>

Type Parameters

Name Description
T the builder to support the IHaveArgumentFiles.

Parameters

Name Type Description
this T The builder-instance.
files FilePathCollection The files to operate on.

Return Value

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