This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Powershell.
Summary
Initializes a new instance of the
ArrayArgument
class.
- Assembly
- Cake
.Powershell .dll - Namespace
- Cake
.Powershell - Containing Type
- ArrayArgument
Syntax
public ArrayArgument(IEnumerable<IProcessArgument> arguments)
Parameters
Name | Type | Description |
---|---|---|
arguments | IEnumerable |
The arguments that will be comma separated. |
Return Value
Type | Description |
---|---|
void |