ProcessArgumentListExtensions.

Append(ProcessArgumentBuilder, string, string, string) Method

Summary

Appends the specified text to the argument builder.

Syntax

public static ProcessArgumentBuilder Append(this ProcessArgumentBuilder builder, string name, string text, string format)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
name string The argument name.
text string The text to be appended.
format string The format of the named argument.

Return Value

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