ProcessArgumentListExtensions.

Append(ProcessArgumentBuilder, string, object[]) Method

Summary

Formats and appends the specified text to the argument builder.
Namespace
Cake.Core
Containing Type
ProcessArgumentListExtensions

Syntax

public static ProcessArgumentBuilder Append(this ProcessArgumentBuilder builder, string format, params object[] args)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
format string A composite format string.
args object[] An object array that contains zero or more objects to format.

Return Value

Type Description
ProcessArgumentBuilder The same ProcessArgumentBuilder instance so that multiple calls can be chained.