Summary
Performs a conversion from
IEnumerable<T> to ProcessArgumentBuilder.
- Namespace
- Cake
.Core - Containing Type
- Enumerable
String Extensions
Syntax
public static ProcessArgumentBuilder ToProcessArguments(this IEnumerable<string> values)
Parameters
| Name | Type | Description |
|---|---|---|
| values | IEnumerable |
The text values to convert. |
Return Value
| Type | Description |
|---|---|
| Process |
A ProcessArgumentBuilder. |
