ProcessArgumentListExtensions.

AppendHashTable(ProcessArgumentBuilder, string, IDictionary<string, string>) Method

Summary

Appends the specified arguments as a hashtable to the argument builder.

Syntax

public static ProcessArgumentBuilder AppendHashTable(this ProcessArgumentBuilder builder, string name, IDictionary<string, string> arguments)

Parameters

Name Type Description
builder ProcessArgumentBuilder The builder.
name string The argument name.
arguments IDictionary<string, string> The dictionary collection to be appended as a hashtable.

Return Value

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