Summary
    Quotes and appends the specified argument to the argument builder.
    
		- Namespace
 - Cake
.Core  - Containing Type
 - Process
Argument List Extensions  
Syntax
public static ProcessArgumentBuilder AppendSwitchQuoted(this ProcessArgumentBuilder builder, string switch, IProcessArgument argument)
	Parameters
| Name | Type | Description | 
|---|---|---|
| builder | Process | 
						The builder. | 
| switch | string | The switch preceding the text. | 
| argument | IProcessArgument | The argument to be quoted and appended. | 
Return Value
| Type | Description | 
|---|---|
| Process | 
					The same ProcessArgumentBuilder instance so that multiple calls can be chained. | 
				
