Summary
    Prepend the specified switch to the argument builder.
    
		- Namespace
- Cake.Core 
- Containing Type
- ProcessArgument List Extensions 
Syntax
public static ProcessArgumentBuilder PrependSwitch(this ProcessArgumentBuilder builder, string switch, string separator, string text)Parameters
| Name | Type | Description | 
|---|---|---|
| builder | Process | The builder. | 
| switch | string | The switch preceding the text. | 
| separator | string | The separator between the switch and argument. | 
| text | string | The text to be prepended. | 
Return Value
| Type | Description | 
|---|---|
| Process | The same ProcessArgumentBuilderinstance so that multiple calls can be chained. | 
