Summary
Quotes and prepends the specified argument to the argument builder.
Syntax
public static ProcessArgumentBuilder PrependSwitchQuoted(this ProcessArgumentBuilder builder, string switch, string separator, IProcessArgument argument)
Parameters
Name |
Type |
Description |
builder |
ProcessArgumentBuilder |
The builder. |
switch |
string |
The switch preceding the text. |
separator |
string |
The separator between the switch and argument. |
argument |
IProcessArgument |
The argument to be quoted and prepended. |
Return Value