This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.7zip.
Summary
See Cake.SevenZip.Builder.ArgumentFilesBuilder.WithFiles``1(``0,Cake.Core.IO.FilePath[])
.
Syntax
public static T WithFiles<T>(this T this, FilePathCollection files)
where T : ISupportArgumentBuilder<IHaveArgumentFiles>
Type Parameters
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. |