Summary
Copies all the arguments of the source
ProcessArgumentBuilder
to target ProcessArgumentBuilder
.
- Namespace
- Cake
.Core - Containing Type
- Process
Argument List Extensions
Syntax
public static void CopyTo(this ProcessArgumentBuilder source, ProcessArgumentBuilder target)
Parameters
Name | Type | Description |
---|---|---|
source | Process |
The argument builder to copy from. |
target | Process |
The argument builder to copy to. |
Return Value
Type | Description |
---|---|
void |