RenameCommand.

BuildArguments(ProcessArgumentBuilder) Method

Summary

Builds the arguments. Used internally.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Commands
Containing Type
RenameCommand

Syntax

public void BuildArguments(ref ProcessArgumentBuilder builder)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.

Return Value

Type Description
void