ProcessArgumentListExtensions.

Append(ProcessArgumentBuilder, string, string) Method

Summary

Appends the specified text to the argument builder.

Syntax

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

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
name string The argument name.
text string The text to be appended.

Return Value

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