ArgumentDirectoriesBuilder.

WithDirectoryContents<T>(T, DirectoryPathCollection) Method

Summary

See Cake.SevenZip.Builder.ArgumentDirectoriesBuilder.WithDirectoryContents``1(``0,Cake.Core.IO.DirectoryPath[]).

Syntax

public static T WithDirectoryContents<T>(this T this, DirectoryPathCollection directories) 
    where T : ISupportArgumentBuilder<IHaveArgumentDirectories>

Type Parameters

Name Description
T the builder to support the IHaveArgumentDirectories.

Parameters

Name Type Description
this T The builder-instance.
directories DirectoryPathCollection The directories to operate on.

Return Value

Type Description
T The builder, for fluent use.