Summary
    Quotes and prepends the specified argument to the argument builder.
    
		- Namespace
- Cake.Core 
- Containing Type
- ProcessArgument List Extensions 
Syntax
public static ProcessArgumentBuilder PrependQuoted(this ProcessArgumentBuilder builder, IProcessArgument argument)Parameters
| Name | Type | Description | 
|---|---|---|
| builder | Process | The builder. | 
| argument | IProcessArgument | The argument to be quoted and prepended. | 
Return Value
| Type | Description | 
|---|---|
| Process | The same ProcessArgumentBuilderinstance so that multiple calls can be chained. | 
