BaseCommand.

BuildArguments(ProcessArgumentBuilder) Method

Summary

Builds the arguments.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Commands
Containing Type
BaseCommand

Syntax

public void BuildArguments(ref ProcessArgumentBuilder builder)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.

Return Value

Type Description
void