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